Html Css Color HEX #E590CD Shocking

📋 copy color: '#E590CD'

red 229 ◦ green 144 ◦ blue 205

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

Shades of Shocking #E590CD

Tints of Shocking #E590CD

RGB

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

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

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

R = 39.62%
G = 24.91%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E590CD (or 0xE590CD) is known color: Shocking. HEX triplet: E5, 90 and CD. RGB value is (229,144,205). Sum of RGB (Red+Green+Blue) = 229+144+205=578 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.62% from 578); Green value is 144 (56.64% from 255 or 24.91% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 229 - color contains mainly: red. Hex color #E590CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E590CD is #1A6F32. Grayscale: #B0B0B0. Windows color (decimal): -1732403 or 13471973. OLE color: 13471973.

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

Color convert

RGB 229 144 205 -
CMYK 0 0.37 0.10 0.10
HSL 316.94º 0.62% 0.73% -
HSV(B) 316.94º 0.37% 0.9% -
XYZ 53.31 41.01 62.86 -
YUV 176.37 144.16 165.54 -
System Red Green Blue C M Y K H S L
Decimal 229 144 205 0 0.37 0.10 0.10 316.94 0.62 0.73
Hex E5 90 CD 0 25 A A 13D 3E 49
Octal 345 220 315 0 45 12 12 475 76 111
Binary 11100101 10010000 11001101 0 100101 1010 1010 100111101 111110 1001001

Color Harmonies of #E590CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E590CD

Black with #E590CD

Text Example


Text Example

White with #E590CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E590CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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