Html Css Color HEX #E994CE Shocking

📋 copy color: '#E994CE'

red 233 ◦ green 148 ◦ blue 206

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

Shades of Shocking #E994CE

Tints of Shocking #E994CE

RGB

 RED value IS 233 (91.41% from 255) = 39.69%

 GREEN value IS 148 (58.2% from 255) = 25.21%

 BLUE value IS 206 (80.86% from 255) = 35.09%

R = 39.69%
G = 25.21%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E994CE (or 0xE994CE) is known color: Shocking. HEX triplet: E9, 94 and CE. RGB value is (233,148,206). Sum of RGB (Red+Green+Blue) = 233+148+206=587 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.69% from 587); Green value is 148 (58.20% from 255 or 25.21% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 233 - color contains mainly: red. Hex color #E994CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E994CE is #166B31. Grayscale: #B3B3B3. Windows color (decimal): -1469234 or 13538537. OLE color: 13538537.

HSL color Cylindrical-coordinate representation of color #E994CE: hue angle of 319.06º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E994CE is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 148 206 -
CMYK 0 0.36 0.12 0.09
HSL 319.06º 0.66% 0.75% -
HSV(B) 319.06º 0.36% 0.91% -
XYZ 55.33 42.96 63.77 -
YUV 180.03 142.66 165.78 -
System Red Green Blue C M Y K H S L
Decimal 233 148 206 0 0.36 0.12 0.09 319.06 0.66 0.75
Hex E9 94 CE 0 24 C 9 13F 42 4B
Octal 351 224 316 0 44 14 11 477 102 113
Binary 11101001 10010100 11001110 0 100100 1100 1001 100111111 1000010 1001011

Color Harmonies of #E994CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E994CE

Black with #E994CE

Text Example


Text Example

White with #E994CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E994CE; }

 p { color: rgb(233,148,206); }

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

background-color css

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

 a { background-color: rgb(233,148,206); }

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

border-color css

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

 span { border-color: rgb(233,148,206); }

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