Html Css Color HEX #E790BD Shocking

📋 copy color: '#E790BD'

red 231 ◦ green 144 ◦ blue 189

#E790BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shocking #E790BD

Tints of Shocking #E790BD

RGB

 RED value IS 231 (90.63% from 255) = 40.96%

 GREEN value IS 144 (56.64% from 255) = 25.53%

 BLUE value IS 189 (74.22% from 255) = 33.51%

R = 40.96%
G = 25.53%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.18

 K value IS 0.09

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E790BD (or 0xE790BD) is known color: Shocking. HEX triplet: E7, 90 and BD. RGB value is (231,144,189). Sum of RGB (Red+Green+Blue) = 231+144+189=564 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.96% from 564); Green value is 144 (56.64% from 255 or 25.53% from 564); Blue value is 189 (74.22% from 255 or 33.51% from 564); Max value from RGB is 231 - color contains mainly: red. Hex color #E790BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E790BD is #186F42. Grayscale: #AFAFAF. Windows color (decimal): -1601347 or 12423399. OLE color: 12423399.

HSL color Cylindrical-coordinate representation of color #E790BD: hue angle of 328.97º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E790BD is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 144 189 -
CMYK 0 0.38 0.18 0.09
HSL 328.97º 0.64% 0.74% -
HSV(B) 328.97º 0.38% 0.91% -
XYZ 52.11 40.61 53.24 -
YUV 175.14 135.82 167.84 -
System Red Green Blue C M Y K H S L
Decimal 231 144 189 0 0.38 0.18 0.09 328.97 0.64 0.74
Hex E7 90 BD 0 26 12 9 149 40 4A
Octal 347 220 275 0 46 22 11 511 100 112
Binary 11100111 10010000 10111101 0 100110 10010 1001 101001001 1000000 1001010

Color Harmonies of #E790BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E790BD

Black with #E790BD

Text Example


Text Example

White with #E790BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E790BD; }

 p { color: rgb(231,144,189); }

 H1.HeaderClassName
 {
   color: #E790BD;
 }
 .AnyTagClassName
 {
   color: #E790BD;
 }
</style>

background-color css

<style>
 a { background-color: #E790BD; }

 a { background-color: rgb(231,144,189); }

 div.DivClassName
 {
   background-color: #E790BD;
 }
 .BgClassName
 {
   background-color: #E790BD;
 }
</style>

border-color css

<style>
 span { border-color: #E790BD; }

 span { border-color: rgb(231,144,189); }

 td.TdClassName
 {
   border-color: #E790BD;
 }
 .TagClassName
 {
   border-color: #E790BD;
 }
</style>