Html Css Color HEX #E095B9 Shocking

📋 copy color: '#E095B9'

red 224 ◦ green 149 ◦ blue 185

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

Shades of Shocking #E095B9

Tints of Shocking #E095B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 33.15%

R = 40.14%
G = 26.7%
B = 33.15%

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

#E095B9 (or 0xE095B9) is known color: Shocking. HEX triplet: E0, 95 and B9. RGB value is (224,149,185). Sum of RGB (Red+Green+Blue) = 224+149+185=558 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.14% from 558); Green value is 149 (58.59% from 255 or 26.70% from 558); Blue value is 185 (72.66% from 255 or 33.15% from 558); Max value from RGB is 224 - color contains mainly: red. Hex color #E095B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E095B9 is #1F6A46. Grayscale: #AFAFAF. Windows color (decimal): -2058823 or 12162528. OLE color: 12162528.

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

Color convert

RGB 224 149 185 -
CMYK 0 0.33 0.17 0.12
HSL 331.2º 0.55% 0.73% -
HSV(B) 331.2º 0.33% 0.88% -
XYZ 50.24 40.84 51.13 -
YUV 175.53 133.35 162.57 -
System Red Green Blue C M Y K H S L
Decimal 224 149 185 0 0.33 0.17 0.12 331.2 0.55 0.73
Hex E0 95 B9 0 21 11 C 14B 37 49
Octal 340 225 271 0 41 21 14 513 67 111
Binary 11100000 10010101 10111001 0 100001 10001 1100 101001011 110111 1001001

Color Harmonies of #E095B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E095B9

Black with #E095B9

Text Example


Text Example

White with #E095B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E095B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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