Html Css Color HEX #E995B5 Shocking

📋 copy color: '#E995B5'

red 233 ◦ green 149 ◦ blue 181

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

Shades of Shocking #E995B5

Tints of Shocking #E995B5

RGB

 RED value IS 233 (91.41% from 255) = 41.39%

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

 BLUE value IS 181 (71.09% from 255) = 32.15%

R = 41.39%
G = 26.47%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.09

RGB Variations

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

Color information

#E995B5 (or 0xE995B5) is known color: Shocking. HEX triplet: E9, 95 and B5. RGB value is (233,149,181). Sum of RGB (Red+Green+Blue) = 233+149+181=563 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.39% from 563); Green value is 149 (58.59% from 255 or 26.47% from 563); Blue value is 181 (71.09% from 255 or 32.15% from 563); Max value from RGB is 233 - color contains mainly: red. Hex color #E995B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E995B5 is #166A4A. Grayscale: #B1B1B1. Windows color (decimal): -1469003 or 11900393. OLE color: 11900393.

HSL color Cylindrical-coordinate representation of color #E995B5: hue angle of 337.14º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E995B5 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 149 181 -
CMYK 0 0.36 0.22 0.09
HSL 337.14º 0.66% 0.75% -
HSV(B) 337.14º 0.36% 0.91% -
XYZ 52.69 42.15 49.08 -
YUV 177.76 129.83 167.4 -
System Red Green Blue C M Y K H S L
Decimal 233 149 181 0 0.36 0.22 0.09 337.14 0.66 0.75
Hex E9 95 B5 0 24 16 9 151 42 4B
Octal 351 225 265 0 44 26 11 521 102 113
Binary 11101001 10010101 10110101 0 100100 10110 1001 101010001 1000010 1001011

Color Harmonies of #E995B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E995B5

Black with #E995B5

Text Example


Text Example

White with #E995B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E995B5; }

 p { color: rgb(233,149,181); }

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

background-color css

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

 a { background-color: rgb(233,149,181); }

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

border-color css

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

 span { border-color: rgb(233,149,181); }

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