Html Css Color HEX #E089A8 Kobi

📋 copy color: '#E089A8'

red 224 ◦ green 137 ◦ blue 168

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

Shades of Kobi #E089A8

Tints of Kobi #E089A8

RGB

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

 GREEN value IS 137 (53.91% from 255) = 25.9%

 BLUE value IS 168 (66.02% from 255) = 31.76%

R = 42.34%
G = 25.9%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E089A8 (or 0xE089A8) is known color: Kobi. HEX triplet: E0, 89 and A8. RGB value is (224,137,168). Sum of RGB (Red+Green+Blue) = 224+137+168=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 137 (53.91% from 255 or 25.90% from 529); Blue value is 168 (66.02% from 255 or 31.76% from 529); Max value from RGB is 224 - color contains mainly: red. Hex color #E089A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E089A8 is #1F7657. Grayscale: #A6A6A6. Windows color (decimal): -2061912 or 11045344. OLE color: 11045344.

HSL color Cylindrical-coordinate representation of color #E089A8: hue angle of 338.62º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E089A8 is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 137 168 -
CMYK 0 0.39 0.25 0.12
HSL 338.62º 0.58% 0.71% -
HSV(B) 338.62º 0.39% 0.88% -
XYZ 46.75 36.57 41.64 -
YUV 166.55 128.82 168.98 -
System Red Green Blue C M Y K H S L
Decimal 224 137 168 0 0.39 0.25 0.12 338.62 0.58 0.71
Hex E0 89 A8 0 27 19 C 153 3A 47
Octal 340 211 250 0 47 31 14 523 72 107
Binary 11100000 10001001 10101000 0 100111 11001 1100 101010011 111010 1000111

Color Harmonies of #E089A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E089A8

Black with #E089A8

Text Example


Text Example

White with #E089A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E089A8; }

 p { color: rgb(224,137,168); }

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

background-color css

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

 a { background-color: rgb(224,137,168); }

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

border-color css

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

 span { border-color: rgb(224,137,168); }

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