Html Css Color HEX #E095B8 Shocking

📋 copy color: '#E095B8'

red 224 ◦ green 149 ◦ blue 184

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

Shades of Shocking #E095B8

Tints of Shocking #E095B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 33.03%

R = 40.22%
G = 26.75%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0.12

RGB Variations

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

Color information

#E095B8 (or 0xE095B8) is known color: Shocking. HEX triplet: E0, 95 and B8. RGB value is (224,149,184). Sum of RGB (Red+Green+Blue) = 224+149+184=557 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.22% from 557); Green value is 149 (58.59% from 255 or 26.75% from 557); Blue value is 184 (72.27% from 255 or 33.03% from 557); Max value from RGB is 224 - color contains mainly: red. Hex color #E095B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E095B8 is #1F6A47. Grayscale: #AFAFAF. Windows color (decimal): -2058824 or 12096992. OLE color: 12096992.

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

Color convert

RGB 224 149 184 -
CMYK 0 0.33 0.18 0.12
HSL 332º 0.55% 0.73% -
HSV(B) 332º 0.33% 0.88% -
XYZ 50.14 40.8 50.58 -
YUV 175.42 132.85 162.65 -
System Red Green Blue C M Y K H S L
Decimal 224 149 184 0 0.33 0.18 0.12 332 0.55 0.73
Hex E0 95 B8 0 21 12 C 14C 37 49
Octal 340 225 270 0 41 22 14 514 67 111
Binary 11100000 10010101 10111000 0 100001 10010 1100 101001100 110111 1001001

Color Harmonies of #E095B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E095B8

Black with #E095B8

Text Example


Text Example

White with #E095B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E095B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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