Html Css Color HEX #E595CD Shocking

📋 copy color: '#E595CD'

red 229 ◦ green 149 ◦ blue 205

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

Shades of Shocking #E595CD

Tints of Shocking #E595CD

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.56%

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

R = 39.28%
G = 25.56%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E595CD (or 0xE595CD) is known color: Shocking. HEX triplet: E5, 95 and CD. RGB value is (229,149,205). Sum of RGB (Red+Green+Blue) = 229+149+205=583 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.28% from 583); Green value is 149 (58.59% from 255 or 25.56% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 229 - color contains mainly: red. Hex color #E595CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E595CD is #1A6A32. Grayscale: #B3B3B3. Windows color (decimal): -1731123 or 13473253. OLE color: 13473253.

HSL color Cylindrical-coordinate representation of color #E595CD: hue angle of 318º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E595CD is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 149 205 -
CMYK 0 0.35 0.10 0.10
HSL 318º 0.61% 0.74% -
HSV(B) 318º 0.35% 0.9% -
XYZ 54.08 42.56 63.12 -
YUV 179.3 142.5 163.45 -
System Red Green Blue C M Y K H S L
Decimal 229 149 205 0 0.35 0.10 0.10 318 0.61 0.74
Hex E5 95 CD 0 23 A A 13E 3D 4A
Octal 345 225 315 0 43 12 12 476 75 112
Binary 11100101 10010101 11001101 0 100011 1010 1010 100111110 111101 1001010

Color Harmonies of #E595CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E595CD

Black with #E595CD

Text Example


Text Example

White with #E595CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E595CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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