Html Css Color HEX #E093AB Kobi

📋 copy color: '#E093AB'

red 224 ◦ green 147 ◦ blue 171

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

Shades of Kobi #E093AB

Tints of Kobi #E093AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 31.55%

R = 41.33%
G = 27.12%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E093AB (or 0xE093AB) is known color: Kobi. HEX triplet: E0, 93 and AB. RGB value is (224,147,171). Sum of RGB (Red+Green+Blue) = 224+147+171=542 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.33% from 542); Green value is 147 (57.81% from 255 or 27.12% from 542); Blue value is 171 (67.19% from 255 or 31.55% from 542); Max value from RGB is 224 - color contains mainly: red. Hex color #E093AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E093AB is #1F6C54. Grayscale: #ACACAC. Windows color (decimal): -2059349 or 11244512. OLE color: 11244512.

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

Color convert

RGB 224 147 171 -
CMYK 0 0.34 0.24 0.12
HSL 341.3º 0.55% 0.73% -
HSV(B) 341.3º 0.34% 0.88% -
XYZ 48.52 39.66 43.62 -
YUV 172.76 127.01 164.55 -
System Red Green Blue C M Y K H S L
Decimal 224 147 171 0 0.34 0.24 0.12 341.3 0.55 0.73
Hex E0 93 AB 0 22 18 C 155 37 49
Octal 340 223 253 0 42 30 14 525 67 111
Binary 11100000 10010011 10101011 0 100010 11000 1100 101010101 110111 1001001

Color Harmonies of #E093AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E093AB

Black with #E093AB

Text Example


Text Example

White with #E093AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E093AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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