Html Css Color HEX #E595CA Shocking

📋 copy color: '#E595CA'

red 229 ◦ green 149 ◦ blue 202

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

Shades of Shocking #E595CA

Tints of Shocking #E595CA

RGB

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

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

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

R = 39.48%
G = 25.69%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E595CA (or 0xE595CA) is known color: Shocking. HEX triplet: E5, 95 and CA. RGB value is (229,149,202). Sum of RGB (Red+Green+Blue) = 229+149+202=580 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.48% from 580); Green value is 149 (58.59% from 255 or 25.69% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 229 - color contains mainly: red. Hex color #E595CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E595CA is #1A6A35. Grayscale: #B2B2B2. Windows color (decimal): -1731126 or 13276645. OLE color: 13276645.

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

Color convert

RGB 229 149 202 -
CMYK 0 0.35 0.12 0.10
HSL 320.25º 0.61% 0.74% -
HSV(B) 320.25º 0.35% 0.9% -
XYZ 53.72 42.42 61.23 -
YUV 178.96 141 163.69 -
System Red Green Blue C M Y K H S L
Decimal 229 149 202 0 0.35 0.12 0.10 320.25 0.61 0.74
Hex E5 95 CA 0 23 C A 140 3D 4A
Octal 345 225 312 0 43 14 12 500 75 112
Binary 11100101 10010101 11001010 0 100011 1100 1010 101000000 111101 1001010

Color Harmonies of #E595CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E595CA

Black with #E595CA

Text Example


Text Example

White with #E595CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E595CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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