Html Css Color HEX #E88BAA Kobi

📋 copy color: '#E88BAA'

red 232 ◦ green 139 ◦ blue 170

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

Shades of Kobi #E88BAA

Tints of Kobi #E88BAA

RGB

 RED value IS 232 (91.02% from 255) = 42.88%

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

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

R = 42.88%
G = 25.69%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#E88BAA (or 0xE88BAA) is known color: Kobi. HEX triplet: E8, 8B and AA. RGB value is (232,139,170). Sum of RGB (Red+Green+Blue) = 232+139+170=541 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.88% from 541); Green value is 139 (54.69% from 255 or 25.69% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 232 - color contains mainly: red. Hex color #E88BAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88BAA is #177455. Grayscale: #AAAAAA. Windows color (decimal): -1537110 or 11176936. OLE color: 11176936.

HSL color Cylindrical-coordinate representation of color #E88BAA: hue angle of 340º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E88BAA is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 139 170 -
CMYK 0 0.40 0.27 0.09
HSL 340º 0.67% 0.73% -
HSV(B) 340º 0.4% 0.91% -
XYZ 49.77 38.52 42.84 -
YUV 170.34 127.81 171.98 -
System Red Green Blue C M Y K H S L
Decimal 232 139 170 0 0.40 0.27 0.09 340 0.67 0.73
Hex E8 8B AA 0 28 1B 9 154 43 49
Octal 350 213 252 0 50 33 11 524 103 111
Binary 11101000 10001011 10101010 0 101000 11011 1001 101010100 1000011 1001001

Color Harmonies of #E88BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E88BAA

Black with #E88BAA

Text Example


Text Example

White with #E88BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E88BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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