Html Css Color HEX #E494CC Shocking

📋 copy color: '#E494CC'

red 228 ◦ green 148 ◦ blue 204

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

Shades of Shocking #E494CC

Tints of Shocking #E494CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.17%

R = 39.31%
G = 25.52%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E494CC (or 0xE494CC) is known color: Shocking. HEX triplet: E4, 94 and CC. RGB value is (228,148,204). Sum of RGB (Red+Green+Blue) = 228+148+204=580 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.31% from 580); Green value is 148 (58.20% from 255 or 25.52% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 228 - color contains mainly: red. Hex color #E494CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E494CC is #1B6B33. Grayscale: #B2B2B2. Windows color (decimal): -1796916 or 13407460. OLE color: 13407460.

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

Color convert

RGB 228 148 204 -
CMYK 0 0.35 0.11 0.11
HSL 318º 0.6% 0.74% -
HSV(B) 318º 0.35% 0.89% -
XYZ 53.48 42.03 62.42 -
YUV 178.3 142.5 163.45 -
System Red Green Blue C M Y K H S L
Decimal 228 148 204 0 0.35 0.11 0.11 318 0.6 0.74
Hex E4 94 CC 0 23 B B 13E 3C 4A
Octal 344 224 314 0 43 13 13 476 74 112
Binary 11100100 10010100 11001100 0 100011 1011 1011 100111110 111100 1001010

Color Harmonies of #E494CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E494CC

Black with #E494CC

Text Example


Text Example

White with #E494CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E494CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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