Html Css Color HEX #E490CD Shocking

📋 copy color: '#E490CD'

red 228 ◦ green 144 ◦ blue 205

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

Shades of Shocking #E490CD

Tints of Shocking #E490CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 35.53%

R = 39.51%
G = 24.96%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E490CD (or 0xE490CD) is known color: Shocking. HEX triplet: E4, 90 and CD. RGB value is (228,144,205). Sum of RGB (Red+Green+Blue) = 228+144+205=577 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.51% from 577); Green value is 144 (56.64% from 255 or 24.96% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 228 - color contains mainly: red. Hex color #E490CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E490CD is #1B6F32. Grayscale: #AFAFAF. Windows color (decimal): -1797939 or 13471972. OLE color: 13471972.

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

Color convert

RGB 228 144 205 -
CMYK 0 0.37 0.10 0.11
HSL 316.43º 0.61% 0.73% -
HSV(B) 316.43º 0.37% 0.89% -
XYZ 52.99 40.85 62.85 -
YUV 176.07 144.33 165.04 -
System Red Green Blue C M Y K H S L
Decimal 228 144 205 0 0.37 0.10 0.11 316.43 0.61 0.73
Hex E4 90 CD 0 25 A B 13C 3D 49
Octal 344 220 315 0 45 12 13 474 75 111
Binary 11100100 10010000 11001101 0 100101 1010 1011 100111100 111101 1001001

Color Harmonies of #E490CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E490CD

Black with #E490CD

Text Example


Text Example

White with #E490CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E490CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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