Html Css Color HEX #E095BE Shocking

📋 copy color: '#E095BE'

red 224 ◦ green 149 ◦ blue 190

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

Shades of Shocking #E095BE

Tints of Shocking #E095BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.75%

R = 39.79%
G = 26.47%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E095BE (or 0xE095BE) is known color: Shocking. HEX triplet: E0, 95 and BE. RGB value is (224,149,190). Sum of RGB (Red+Green+Blue) = 224+149+190=563 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.79% from 563); Green value is 149 (58.59% from 255 or 26.47% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 224 - color contains mainly: red. Hex color #E095BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E095BE is #1F6A41. Grayscale: #B0B0B0. Windows color (decimal): -2058818 or 12490208. OLE color: 12490208.

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

Color convert

RGB 224 149 190 -
CMYK 0 0.33 0.15 0.12
HSL 327.2º 0.55% 0.73% -
HSV(B) 327.2º 0.33% 0.88% -
XYZ 50.78 41.06 53.96 -
YUV 176.1 135.85 162.17 -
System Red Green Blue C M Y K H S L
Decimal 224 149 190 0 0.33 0.15 0.12 327.2 0.55 0.73
Hex E0 95 BE 0 21 F C 147 37 49
Octal 340 225 276 0 41 17 14 507 67 111
Binary 11100000 10010101 10111110 0 100001 1111 1100 101000111 110111 1001001

Color Harmonies of #E095BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E095BE

Black with #E095BE

Text Example


Text Example

White with #E095BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E095BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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