Html Css Color HEX #E09FAD Kobi

📋 copy color: '#E09FAD'

red 224 ◦ green 159 ◦ blue 173

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

Shades of Kobi #E09FAD

Tints of Kobi #E09FAD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.6%

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

R = 40.29%
G = 28.6%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E09FAD (or 0xE09FAD) is known color: Kobi. HEX triplet: E0, 9F and AD. RGB value is (224,159,173). Sum of RGB (Red+Green+Blue) = 224+159+173=556 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.29% from 556); Green value is 159 (62.5% from 255 or 28.60% from 556); Blue value is 173 (67.97% from 255 or 31.12% from 556); Max value from RGB is 224 - color contains mainly: red. Hex color #E09FAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09FAD is #1F6052. Grayscale: #B4B4B4. Windows color (decimal): -2056275 or 11378656. OLE color: 11378656.

HSL color Cylindrical-coordinate representation of color #E09FAD: hue angle of 347.08º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E09FAD is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 159 173 -
CMYK 0 0.29 0.23 0.12
HSL 347.08º 0.51% 0.75% -
HSV(B) 347.08º 0.29% 0.88% -
XYZ 50.68 43.66 45.29 -
YUV 180.03 124.03 159.36 -
System Red Green Blue C M Y K H S L
Decimal 224 159 173 0 0.29 0.23 0.12 347.08 0.51 0.75
Hex E0 9F AD 0 1D 17 C 15B 33 4B
Octal 340 237 255 0 35 27 14 533 63 113
Binary 11100000 10011111 10101101 0 11101 10111 1100 101011011 110011 1001011

Color Harmonies of #E09FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09FAD

Black with #E09FAD

Text Example


Text Example

White with #E09FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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