Html Css Color HEX #E094AD Kobi

📋 copy color: '#E094AD'

red 224 ◦ green 148 ◦ blue 173

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

Shades of Kobi #E094AD

Tints of Kobi #E094AD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.16%

 BLUE value IS 173 (67.97% from 255) = 31.74%

R = 41.1%
G = 27.16%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E094AD (or 0xE094AD) is known color: Kobi. HEX triplet: E0, 94 and AD. RGB value is (224,148,173). Sum of RGB (Red+Green+Blue) = 224+148+173=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 148 (58.20% from 255 or 27.16% from 545); Blue value is 173 (67.97% from 255 or 31.74% from 545); Max value from RGB is 224 - color contains mainly: red. Hex color #E094AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E094AD is #1F6B52. Grayscale: #ADADAD. Windows color (decimal): -2059091 or 11375840. OLE color: 11375840.

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

Color convert

RGB 224 148 173 -
CMYK 0 0.34 0.23 0.12
HSL 340.26º 0.55% 0.73% -
HSV(B) 340.26º 0.34% 0.88% -
XYZ 48.87 40.04 44.69 -
YUV 173.57 127.68 163.97 -
System Red Green Blue C M Y K H S L
Decimal 224 148 173 0 0.34 0.23 0.12 340.26 0.55 0.73
Hex E0 94 AD 0 22 17 C 154 37 49
Octal 340 224 255 0 42 27 14 524 67 111
Binary 11100000 10010100 10101101 0 100010 10111 1100 101010100 110111 1001001

Color Harmonies of #E094AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E094AD

Black with #E094AD

Text Example


Text Example

White with #E094AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E094AD; }

 p { color: rgb(224,148,173); }

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

background-color css

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

 a { background-color: rgb(224,148,173); }

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

border-color css

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

 span { border-color: rgb(224,148,173); }

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