Html Css Color HEX #E08CCB Shocking

📋 copy color: '#E08CCB'

red 224 ◦ green 140 ◦ blue 203

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

Shades of Shocking #E08CCB

Tints of Shocking #E08CCB

RGB

 RED value IS 224 (87.89% from 255) = 39.51%

 GREEN value IS 140 (55.08% from 255) = 24.69%

 BLUE value IS 203 (79.69% from 255) = 35.8%

R = 39.51%
G = 24.69%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E08CCB (or 0xE08CCB) is known color: Shocking. HEX triplet: E0, 8C and CB. RGB value is (224,140,203). Sum of RGB (Red+Green+Blue) = 224+140+203=567 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.51% from 567); Green value is 140 (55.08% from 255 or 24.69% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 224 - color contains mainly: red. Hex color #E08CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08CCB is #1F7334. Grayscale: #ACACAC. Windows color (decimal): -2061109 or 13339872. OLE color: 13339872.

HSL color Cylindrical-coordinate representation of color #E08CCB: hue angle of 315º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E08CCB is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 140 203 -
CMYK 0 0.38 0.09 0.12
HSL 315º 0.58% 0.71% -
HSV(B) 315º 0.38% 0.88% -
XYZ 50.9 38.92 61.33 -
YUV 172.3 145.33 164.88 -
System Red Green Blue C M Y K H S L
Decimal 224 140 203 0 0.38 0.09 0.12 315 0.58 0.71
Hex E0 8C CB 0 26 9 C 13B 3A 47
Octal 340 214 313 0 46 11 14 473 72 107
Binary 11100000 10001100 11001011 0 100110 1001 1100 100111011 111010 1000111

Color Harmonies of #E08CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08CCB

Black with #E08CCB

Text Example


Text Example

White with #E08CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08CCB; }

 p { color: rgb(224,140,203); }

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

background-color css

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

 a { background-color: rgb(224,140,203); }

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

border-color css

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

 span { border-color: rgb(224,140,203); }

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