Html Css Color HEX #E590CA Shocking

📋 copy color: '#E590CA'

red 229 ◦ green 144 ◦ blue 202

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

Shades of Shocking #E590CA

Tints of Shocking #E590CA

RGB

 RED value IS 229 (89.84% from 255) = 39.83%

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

 BLUE value IS 202 (79.3% from 255) = 35.13%

R = 39.83%
G = 25.04%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E590CA (or 0xE590CA) is known color: Shocking. HEX triplet: E5, 90 and CA. RGB value is (229,144,202). Sum of RGB (Red+Green+Blue) = 229+144+202=575 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.83% from 575); Green value is 144 (56.64% from 255 or 25.04% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 229 - color contains mainly: red. Hex color #E590CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E590CA is #1A6F35. Grayscale: #AFAFAF. Windows color (decimal): -1732406 or 13275365. OLE color: 13275365.

HSL color Cylindrical-coordinate representation of color #E590CA: hue angle of 319.06º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E590CA is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 144 202 -
CMYK 0 0.37 0.12 0.10
HSL 319.06º 0.62% 0.73% -
HSV(B) 319.06º 0.37% 0.9% -
XYZ 52.95 40.87 60.97 -
YUV 176.03 142.66 165.78 -
System Red Green Blue C M Y K H S L
Decimal 229 144 202 0 0.37 0.12 0.10 319.06 0.62 0.73
Hex E5 90 CA 0 25 C A 13F 3E 49
Octal 345 220 312 0 45 14 12 477 76 111
Binary 11100101 10010000 11001010 0 100101 1100 1010 100111111 111110 1001001

Color Harmonies of #E590CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E590CA

Black with #E590CA

Text Example


Text Example

White with #E590CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E590CA; }

 p { color: rgb(229,144,202); }

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

background-color css

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

 a { background-color: rgb(229,144,202); }

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

border-color css

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

 span { border-color: rgb(229,144,202); }

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