Html Css Color HEX #E494CE Shocking

📋 copy color: '#E494CE'

red 228 ◦ green 148 ◦ blue 206

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

Shades of Shocking #E494CE

Tints of Shocking #E494CE

RGB

 RED value IS 228 (89.45% from 255) = 39.18%

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

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

R = 39.18%
G = 25.43%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E494CE (or 0xE494CE) is known color: Shocking. HEX triplet: E4, 94 and CE. RGB value is (228,148,206). Sum of RGB (Red+Green+Blue) = 228+148+206=582 (77% of max value = 765). Red value is 228 (89.45% from 255 or 39.18% from 582); Green value is 148 (58.20% from 255 or 25.43% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 228 - color contains mainly: red. Hex color #E494CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E494CE is #1B6B31. Grayscale: #B2B2B2. Windows color (decimal): -1796914 or 13538532. OLE color: 13538532.

HSL color Cylindrical-coordinate representation of color #E494CE: hue angle of 316.5º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E494CE is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 148 206 -
CMYK 0 0.35 0.10 0.11
HSL 316.5º 0.6% 0.74% -
HSV(B) 316.5º 0.35% 0.89% -
XYZ 53.73 42.13 63.69 -
YUV 178.53 143.5 163.28 -
System Red Green Blue C M Y K H S L
Decimal 228 148 206 0 0.35 0.10 0.11 316.5 0.6 0.74
Hex E4 94 CE 0 23 A B 13C 3C 4A
Octal 344 224 316 0 43 12 13 474 74 112
Binary 11100100 10010100 11001110 0 100011 1010 1011 100111100 111100 1001010

Color Harmonies of #E494CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E494CE

Black with #E494CE

Text Example


Text Example

White with #E494CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E494CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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