Html Css Color HEX #E089AF Kobi

📋 copy color: '#E089AF'

red 224 ◦ green 137 ◦ blue 175

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

Shades of Kobi #E089AF

Tints of Kobi #E089AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 32.65%

R = 41.79%
G = 25.56%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E089AF (or 0xE089AF) is known color: Kobi. HEX triplet: E0, 89 and AF. RGB value is (224,137,175). Sum of RGB (Red+Green+Blue) = 224+137+175=536 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.79% from 536); Green value is 137 (53.91% from 255 or 25.56% from 536); Blue value is 175 (68.75% from 255 or 32.65% from 536); Max value from RGB is 224 - color contains mainly: red. Hex color #E089AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E089AF is #1F7650. Grayscale: #A7A7A7. Windows color (decimal): -2061905 or 11504096. OLE color: 11504096.

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

Color convert

RGB 224 137 175 -
CMYK 0 0.39 0.22 0.12
HSL 333.79º 0.58% 0.71% -
HSV(B) 333.79º 0.39% 0.88% -
XYZ 47.42 36.83 45.17 -
YUV 167.35 132.32 168.41 -
System Red Green Blue C M Y K H S L
Decimal 224 137 175 0 0.39 0.22 0.12 333.79 0.58 0.71
Hex E0 89 AF 0 27 16 C 14E 3A 47
Octal 340 211 257 0 47 26 14 516 72 107
Binary 11100000 10001001 10101111 0 100111 10110 1100 101001110 111010 1000111

Color Harmonies of #E089AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E089AF

Black with #E089AF

Text Example


Text Example

White with #E089AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E089AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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