Html Css Color HEX #E18BA9 Kobi

📋 copy color: '#E18BA9'

red 225 ◦ green 139 ◦ blue 169

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

Shades of Kobi #E18BA9

Tints of Kobi #E18BA9

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.08%

 BLUE value IS 169 (66.41% from 255) = 31.71%

R = 42.21%
G = 26.08%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E18BA9 (or 0xE18BA9) is known color: Kobi. HEX triplet: E1, 8B and A9. RGB value is (225,139,169). Sum of RGB (Red+Green+Blue) = 225+139+169=533 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.21% from 533); Green value is 139 (54.69% from 255 or 26.08% from 533); Blue value is 169 (66.41% from 255 or 31.71% from 533); Max value from RGB is 225 - color contains mainly: red. Hex color #E18BA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18BA9 is #1E7456. Grayscale: #A8A8A8. Windows color (decimal): -1995863 or 11111393. OLE color: 11111393.

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

Color convert

RGB 225 139 169 -
CMYK 0 0.38 0.25 0.12
HSL 339.07º 0.59% 0.71% -
HSV(B) 339.07º 0.38% 0.88% -
XYZ 47.45 37.34 42.24 -
YUV 168.13 128.49 168.56 -
System Red Green Blue C M Y K H S L
Decimal 225 139 169 0 0.38 0.25 0.12 339.07 0.59 0.71
Hex E1 8B A9 0 26 19 C 153 3B 47
Octal 341 213 251 0 46 31 14 523 73 107
Binary 11100001 10001011 10101001 0 100110 11001 1100 101010011 111011 1000111

Color Harmonies of #E18BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18BA9

Black with #E18BA9

Text Example


Text Example

White with #E18BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18BA9; }

 p { color: rgb(225,139,169); }

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

background-color css

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

 a { background-color: rgb(225,139,169); }

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

border-color css

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

 span { border-color: rgb(225,139,169); }

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