Html Css Color HEX #E095BD Shocking

📋 copy color: '#E095BD'

red 224 ◦ green 149 ◦ blue 189

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

Shades of Shocking #E095BD

Tints of Shocking #E095BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 33.63%

R = 39.86%
G = 26.51%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E095BD (or 0xE095BD) is known color: Shocking. HEX triplet: E0, 95 and BD. RGB value is (224,149,189). Sum of RGB (Red+Green+Blue) = 224+149+189=562 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.86% from 562); Green value is 149 (58.59% from 255 or 26.51% from 562); Blue value is 189 (74.22% from 255 or 33.63% from 562); Max value from RGB is 224 - color contains mainly: red. Hex color #E095BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E095BD is #1F6A42. Grayscale: #AFAFAF. Windows color (decimal): -2058819 or 12424672. OLE color: 12424672.

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

Color convert

RGB 224 149 189 -
CMYK 0 0.33 0.16 0.12
HSL 328º 0.55% 0.73% -
HSV(B) 328º 0.33% 0.88% -
XYZ 50.67 41.02 53.39 -
YUV 175.99 135.35 162.25 -
System Red Green Blue C M Y K H S L
Decimal 224 149 189 0 0.33 0.16 0.12 328 0.55 0.73
Hex E0 95 BD 0 21 10 C 148 37 49
Octal 340 225 275 0 41 20 14 510 67 111
Binary 11100000 10010101 10111101 0 100001 10000 1100 101001000 110111 1001001

Color Harmonies of #E095BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E095BD

Black with #E095BD

Text Example


Text Example

White with #E095BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E095BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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