Html Css Color HEX #E089A4 Kobi

📋 copy color: '#E089A4'

red 224 ◦ green 137 ◦ blue 164

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

Shades of Kobi #E089A4

Tints of Kobi #E089A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 31.24%

R = 42.67%
G = 26.1%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#E089A4 (or 0xE089A4) is known color: Kobi. HEX triplet: E0, 89 and A4. RGB value is (224,137,164). Sum of RGB (Red+Green+Blue) = 224+137+164=525 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.67% from 525); Green value is 137 (53.91% from 255 or 26.10% from 525); Blue value is 164 (64.45% from 255 or 31.24% from 525); Max value from RGB is 224 - color contains mainly: red. Hex color #E089A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E089A4 is #1F765B. Grayscale: #A6A6A6. Windows color (decimal): -2061916 or 10783200. OLE color: 10783200.

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

Color convert

RGB 224 137 164 -
CMYK 0 0.39 0.27 0.12
HSL 341.38º 0.58% 0.71% -
HSV(B) 341.38º 0.39% 0.88% -
XYZ 46.39 36.42 39.71 -
YUV 166.09 126.82 169.3 -
System Red Green Blue C M Y K H S L
Decimal 224 137 164 0 0.39 0.27 0.12 341.38 0.58 0.71
Hex E0 89 A4 0 27 1B C 155 3A 47
Octal 340 211 244 0 47 33 14 525 72 107
Binary 11100000 10001001 10100100 0 100111 11011 1100 101010101 111010 1000111

Color Harmonies of #E089A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E089A4

Black with #E089A4

Text Example


Text Example

White with #E089A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E089A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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