Html Css Color HEX #E595BA Shocking

📋 copy color: '#E595BA'

red 229 ◦ green 149 ◦ blue 186

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

Shades of Shocking #E595BA

Tints of Shocking #E595BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.98%

R = 40.6%
G = 26.42%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E595BA (or 0xE595BA) is known color: Shocking. HEX triplet: E5, 95 and BA. RGB value is (229,149,186). Sum of RGB (Red+Green+Blue) = 229+149+186=564 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.60% from 564); Green value is 149 (58.59% from 255 or 26.42% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 229 - color contains mainly: red. Hex color #E595BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E595BA is #1A6A45. Grayscale: #B1B1B1. Windows color (decimal): -1731142 or 12228069. OLE color: 12228069.

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

Color convert

RGB 229 149 186 -
CMYK 0 0.35 0.19 0.10
HSL 332.25º 0.61% 0.74% -
HSV(B) 332.25º 0.35% 0.9% -
XYZ 51.92 41.7 51.77 -
YUV 177.14 133 164.99 -
System Red Green Blue C M Y K H S L
Decimal 229 149 186 0 0.35 0.19 0.10 332.25 0.61 0.74
Hex E5 95 BA 0 23 13 A 14C 3D 4A
Octal 345 225 272 0 43 23 12 514 75 112
Binary 11100101 10010101 10111010 0 100011 10011 1010 101001100 111101 1001010

Color Harmonies of #E595BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E595BA

Black with #E595BA

Text Example


Text Example

White with #E595BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E595BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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