Html Css Color HEX #E095BB Shocking

📋 copy color: '#E095BB'

red 224 ◦ green 149 ◦ blue 187

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

Shades of Shocking #E095BB

Tints of Shocking #E095BB

RGB

 RED value IS 224 (87.89% from 255) = 40%

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

 BLUE value IS 187 (73.44% from 255) = 33.39%

R = 40%
G = 26.61%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E095BB (or 0xE095BB) is known color: Shocking. HEX triplet: E0, 95 and BB. RGB value is (224,149,187). Sum of RGB (Red+Green+Blue) = 224+149+187=560 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40% from 560); Green value is 149 (58.59% from 255 or 26.61% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 224 - color contains mainly: red. Hex color #E095BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E095BB is #1F6A44. Grayscale: #AFAFAF. Windows color (decimal): -2058821 or 12293600. OLE color: 12293600.

HSL color Cylindrical-coordinate representation of color #E095BB: hue angle of 329.6º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E095BB is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 149 187 -
CMYK 0 0.33 0.17 0.12
HSL 329.6º 0.55% 0.73% -
HSV(B) 329.6º 0.33% 0.88% -
XYZ 50.46 40.93 52.25 -
YUV 175.76 134.35 162.41 -
System Red Green Blue C M Y K H S L
Decimal 224 149 187 0 0.33 0.17 0.12 329.6 0.55 0.73
Hex E0 95 BB 0 21 11 C 14A 37 49
Octal 340 225 273 0 41 21 14 512 67 111
Binary 11100000 10010101 10111011 0 100001 10001 1100 101001010 110111 1001001

Color Harmonies of #E095BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E095BB

Black with #E095BB

Text Example


Text Example

White with #E095BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E095BB; }

 p { color: rgb(224,149,187); }

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

background-color css

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

 a { background-color: rgb(224,149,187); }

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

border-color css

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

 span { border-color: rgb(224,149,187); }

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