Html Css Color HEX #E08CC8 Shocking

📋 copy color: '#E08CC8'

red 224 ◦ green 140 ◦ blue 200

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

Shades of Shocking #E08CC8

Tints of Shocking #E08CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 35.46%

R = 39.72%
G = 24.82%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#E08CC8 (or 0xE08CC8) is known color: Shocking. HEX triplet: E0, 8C and C8. RGB value is (224,140,200). Sum of RGB (Red+Green+Blue) = 224+140+200=564 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.72% from 564); Green value is 140 (55.08% from 255 or 24.82% from 564); Blue value is 200 (78.52% from 255 or 35.46% from 564); Max value from RGB is 224 - color contains mainly: red. Hex color #E08CC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08CC8 is #1F7337. Grayscale: #ABABAB. Windows color (decimal): -2061112 or 13143264. OLE color: 13143264.

HSL color Cylindrical-coordinate representation of color #E08CC8: hue angle of 317.14º 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 #E08CC8 is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 140 200 -
CMYK 0 0.38 0.11 0.12
HSL 317.14º 0.58% 0.71% -
HSV(B) 317.14º 0.38% 0.88% -
XYZ 50.54 38.77 59.46 -
YUV 171.96 143.83 165.12 -
System Red Green Blue C M Y K H S L
Decimal 224 140 200 0 0.38 0.11 0.12 317.14 0.58 0.71
Hex E0 8C C8 0 26 B C 13D 3A 47
Octal 340 214 310 0 46 13 14 475 72 107
Binary 11100000 10001100 11001000 0 100110 1011 1100 100111101 111010 1000111

Color Harmonies of #E08CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08CC8

Black with #E08CC8

Text Example


Text Example

White with #E08CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08CC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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