Html Css Color HEX #E88AB0 Kobi

📋 copy color: '#E88AB0'

red 232 ◦ green 138 ◦ blue 176

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

Shades of Kobi #E88AB0

Tints of Kobi #E88AB0

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.27%

 BLUE value IS 176 (69.14% from 255) = 32.23%

R = 42.49%
G = 25.27%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E88AB0 (or 0xE88AB0) is known color: Kobi. HEX triplet: E8, 8A and B0. RGB value is (232,138,176). Sum of RGB (Red+Green+Blue) = 232+138+176=546 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.49% from 546); Green value is 138 (54.30% from 255 or 25.27% from 546); Blue value is 176 (69.14% from 255 or 32.23% from 546); Max value from RGB is 232 - color contains mainly: red. Hex color #E88AB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88AB0 is #17754F. Grayscale: #AAAAAA. Windows color (decimal): -1537360 or 11569896. OLE color: 11569896.

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

Color convert

RGB 232 138 176 -
CMYK 0 0.41 0.24 0.09
HSL 335.74º 0.67% 0.73% -
HSV(B) 335.74º 0.41% 0.91% -
XYZ 50.2 38.47 45.85 -
YUV 170.44 131.14 171.91 -
System Red Green Blue C M Y K H S L
Decimal 232 138 176 0 0.41 0.24 0.09 335.74 0.67 0.73
Hex E8 8A B0 0 29 18 9 150 43 49
Octal 350 212 260 0 51 30 11 520 103 111
Binary 11101000 10001010 10110000 0 101001 11000 1001 101010000 1000011 1001001

Color Harmonies of #E88AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E88AB0

Black with #E88AB0

Text Example


Text Example

White with #E88AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E88AB0; }

 p { color: rgb(232,138,176); }

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

background-color css

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

 a { background-color: rgb(232,138,176); }

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

border-color css

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

 span { border-color: rgb(232,138,176); }

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