Html Css Color HEX #E089A1 Kobi

📋 copy color: '#E089A1'

red 224 ◦ green 137 ◦ blue 161

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

Shades of Kobi #E089A1

Tints of Kobi #E089A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 30.84%

R = 42.91%
G = 26.25%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.28

 K value IS 0.12

RGB Variations

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

Color information

#E089A1 (or 0xE089A1) is known color: Kobi. HEX triplet: E0, 89 and A1. RGB value is (224,137,161). Sum of RGB (Red+Green+Blue) = 224+137+161=522 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.91% from 522); Green value is 137 (53.91% from 255 or 26.25% from 522); Blue value is 161 (63.28% from 255 or 30.84% from 522); Max value from RGB is 224 - color contains mainly: red. Hex color #E089A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E089A1 is #1F765E. Grayscale: #A5A5A5. Windows color (decimal): -2061919 or 10586592. OLE color: 10586592.

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

Color convert

RGB 224 137 161 -
CMYK 0 0.39 0.28 0.12
HSL 343.45º 0.58% 0.71% -
HSV(B) 343.45º 0.39% 0.88% -
XYZ 46.12 36.31 38.3 -
YUV 165.75 125.32 169.55 -
System Red Green Blue C M Y K H S L
Decimal 224 137 161 0 0.39 0.28 0.12 343.45 0.58 0.71
Hex E0 89 A1 0 27 1C C 157 3A 47
Octal 340 211 241 0 47 34 14 527 72 107
Binary 11100000 10001001 10100001 0 100111 11100 1100 101010111 111010 1000111

Color Harmonies of #E089A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E089A1

Black with #E089A1

Text Example


Text Example

White with #E089A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E089A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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