Html Css Color HEX #E189A0 Kobi

📋 copy color: '#E189A0'

red 225 ◦ green 137 ◦ blue 160

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

Shades of Kobi #E189A0

Tints of Kobi #E189A0

RGB

 RED value IS 225 (88.28% from 255) = 43.1%

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

 BLUE value IS 160 (62.89% from 255) = 30.65%

R = 43.1%
G = 26.25%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E189A0 (or 0xE189A0) is known color: Kobi. HEX triplet: E1, 89 and A0. RGB value is (225,137,160). Sum of RGB (Red+Green+Blue) = 225+137+160=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 137 (53.91% from 255 or 26.25% from 522); Blue value is 160 (62.89% from 255 or 30.65% from 522); Max value from RGB is 225 - color contains mainly: red. Hex color #E189A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E189A0 is #1E765F. Grayscale: #A5A5A5. Windows color (decimal): -1996384 or 10521057. OLE color: 10521057.

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

Color convert

RGB 225 137 160 -
CMYK 0 0.39 0.29 0.12
HSL 344.32º 0.59% 0.71% -
HSV(B) 344.32º 0.39% 0.88% -
XYZ 46.34 36.44 37.85 -
YUV 165.93 124.65 170.13 -
System Red Green Blue C M Y K H S L
Decimal 225 137 160 0 0.39 0.29 0.12 344.32 0.59 0.71
Hex E1 89 A0 0 27 1D C 158 3B 47
Octal 341 211 240 0 47 35 14 530 73 107
Binary 11100001 10001001 10100000 0 100111 11101 1100 101011000 111011 1000111

Color Harmonies of #E189A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E189A0

Black with #E189A0

Text Example


Text Example

White with #E189A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E189A0; }

 p { color: rgb(225,137,160); }

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

background-color css

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

 a { background-color: rgb(225,137,160); }

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

border-color css

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

 span { border-color: rgb(225,137,160); }

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