Html Css Color HEX #E093BC Shocking

📋 copy color: '#E093BC'

red 224 ◦ green 147 ◦ blue 188

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

Shades of Shocking #E093BC

Tints of Shocking #E093BC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.3%

 BLUE value IS 188 (73.83% from 255) = 33.63%

R = 40.07%
G = 26.3%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E093BC (or 0xE093BC) is known color: Shocking. HEX triplet: E0, 93 and BC. RGB value is (224,147,188). Sum of RGB (Red+Green+Blue) = 224+147+188=559 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40.07% from 559); Green value is 147 (57.81% from 255 or 26.30% from 559); Blue value is 188 (73.83% from 255 or 33.63% from 559); Max value from RGB is 224 - color contains mainly: red. Hex color #E093BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E093BC is #1F6C43. Grayscale: #AEAEAE. Windows color (decimal): -2059332 or 12358624. OLE color: 12358624.

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

Color convert

RGB 224 147 188 -
CMYK 0 0.34 0.16 0.12
HSL 328.05º 0.55% 0.73% -
HSV(B) 328.05º 0.34% 0.88% -
XYZ 50.25 40.35 52.72 -
YUV 174.7 135.51 163.17 -
System Red Green Blue C M Y K H S L
Decimal 224 147 188 0 0.34 0.16 0.12 328.05 0.55 0.73
Hex E0 93 BC 0 22 10 C 148 37 49
Octal 340 223 274 0 42 20 14 510 67 111
Binary 11100000 10010011 10111100 0 100010 10000 1100 101001000 110111 1001001

Color Harmonies of #E093BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E093BC

Black with #E093BC

Text Example


Text Example

White with #E093BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E093BC; }

 p { color: rgb(224,147,188); }

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

background-color css

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

 a { background-color: rgb(224,147,188); }

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

border-color css

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

 span { border-color: rgb(224,147,188); }

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