Html Css Color HEX #E18BAA Kobi

📋 copy color: '#E18BAA'

red 225 ◦ green 139 ◦ blue 170

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

Shades of Kobi #E18BAA

Tints of Kobi #E18BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 31.84%

R = 42.13%
G = 26.03%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E18BAA (or 0xE18BAA) is known color: Kobi. HEX triplet: E1, 8B and AA. RGB value is (225,139,170). Sum of RGB (Red+Green+Blue) = 225+139+170=534 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.13% from 534); Green value is 139 (54.69% from 255 or 26.03% from 534); Blue value is 170 (66.80% from 255 or 31.84% from 534); Max value from RGB is 225 - color contains mainly: red. Hex color #E18BAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18BAA is #1E7455. Grayscale: #A8A8A8. Windows color (decimal): -1995862 or 11176929. OLE color: 11176929.

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

Color convert

RGB 225 139 170 -
CMYK 0 0.38 0.24 0.12
HSL 338.37º 0.59% 0.71% -
HSV(B) 338.37º 0.38% 0.88% -
XYZ 47.54 37.38 42.74 -
YUV 168.25 128.99 168.48 -
System Red Green Blue C M Y K H S L
Decimal 225 139 170 0 0.38 0.24 0.12 338.37 0.59 0.71
Hex E1 8B AA 0 26 18 C 152 3B 47
Octal 341 213 252 0 46 30 14 522 73 107
Binary 11100001 10001011 10101010 0 100110 11000 1100 101010010 111011 1000111

Color Harmonies of #E18BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18BAA

Black with #E18BAA

Text Example


Text Example

White with #E18BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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