Html Css Color HEX #E490CC Shocking

📋 copy color: '#E490CC'

red 228 ◦ green 144 ◦ blue 204

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

Shades of Shocking #E490CC

Tints of Shocking #E490CC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25%

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

R = 39.58%
G = 25%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E490CC (or 0xE490CC) is known color: Shocking. HEX triplet: E4, 90 and CC. RGB value is (228,144,204). Sum of RGB (Red+Green+Blue) = 228+144+204=576 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.58% from 576); Green value is 144 (56.64% from 255 or 25% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 228 - color contains mainly: red. Hex color #E490CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E490CC is #1B6F33. Grayscale: #AFAFAF. Windows color (decimal): -1797940 or 13406436. OLE color: 13406436.

HSL color Cylindrical-coordinate representation of color #E490CC: hue angle of 317.14º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E490CC is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 144 204 -
CMYK 0 0.37 0.11 0.11
HSL 317.14º 0.61% 0.73% -
HSV(B) 317.14º 0.37% 0.89% -
XYZ 52.87 40.8 62.22 -
YUV 175.96 143.83 165.12 -
System Red Green Blue C M Y K H S L
Decimal 228 144 204 0 0.37 0.11 0.11 317.14 0.61 0.73
Hex E4 90 CC 0 25 B B 13D 3D 49
Octal 344 220 314 0 45 13 13 475 75 111
Binary 11100100 10010000 11001100 0 100101 1011 1011 100111101 111101 1001001

Color Harmonies of #E490CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E490CC

Black with #E490CC

Text Example


Text Example

White with #E490CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E490CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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