Html Css Color HEX #E098AD Kobi

📋 copy color: '#E098AD'

red 224 ◦ green 152 ◦ blue 173

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

Shades of Kobi #E098AD

Tints of Kobi #E098AD

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.69%

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

R = 40.8%
G = 27.69%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E098AD (or 0xE098AD) is known color: Kobi. HEX triplet: E0, 98 and AD. RGB value is (224,152,173). Sum of RGB (Red+Green+Blue) = 224+152+173=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 152 (59.77% from 255 or 27.69% from 549); Blue value is 173 (67.97% from 255 or 31.51% from 549); Max value from RGB is 224 - color contains mainly: red. Hex color #E098AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E098AD is #1F6752. Grayscale: #AFAFAF. Windows color (decimal): -2058067 or 11376864. OLE color: 11376864.

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

Color convert

RGB 224 152 173 -
CMYK 0 0.32 0.23 0.12
HSL 342.5º 0.54% 0.74% -
HSV(B) 342.5º 0.32% 0.88% -
XYZ 49.51 41.32 44.9 -
YUV 175.92 126.35 162.29 -
System Red Green Blue C M Y K H S L
Decimal 224 152 173 0 0.32 0.23 0.12 342.5 0.54 0.74
Hex E0 98 AD 0 20 17 C 156 36 4A
Octal 340 230 255 0 40 27 14 526 66 112
Binary 11100000 10011000 10101101 0 100000 10111 1100 101010110 110110 1001010

Color Harmonies of #E098AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E098AD

Black with #E098AD

Text Example


Text Example

White with #E098AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E098AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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