Html Css Color HEX #E880AD Kobi

📋 copy color: '#E880AD'

red 232 ◦ green 128 ◦ blue 173

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

Shades of Kobi #E880AD

Tints of Kobi #E880AD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.02%

 BLUE value IS 173 (67.97% from 255) = 32.46%

R = 43.53%
G = 24.02%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E880AD (or 0xE880AD) is known color: Kobi. HEX triplet: E8, 80 and AD. RGB value is (232,128,173). Sum of RGB (Red+Green+Blue) = 232+128+173=533 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.53% from 533); Green value is 128 (50.39% from 255 or 24.02% from 533); Blue value is 173 (67.97% from 255 or 32.46% from 533); Max value from RGB is 232 - color contains mainly: red. Hex color #E880AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E880AD is #177F52. Grayscale: #A4A4A4. Windows color (decimal): -1539923 or 11370728. OLE color: 11370728.

HSL color Cylindrical-coordinate representation of color #E880AD: hue angle of 334.04º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E880AD is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 128 173 -
CMYK 0 0.45 0.25 0.09
HSL 334.04º 0.69% 0.71% -
HSV(B) 334.04º 0.45% 0.91% -
XYZ 48.54 35.61 43.85 -
YUV 164.23 132.96 176.34 -
System Red Green Blue C M Y K H S L
Decimal 232 128 173 0 0.45 0.25 0.09 334.04 0.69 0.71
Hex E8 80 AD 0 2D 19 9 14E 45 47
Octal 350 200 255 0 55 31 11 516 105 107
Binary 11101000 10000000 10101101 0 101101 11001 1001 101001110 1000101 1000111

Color Harmonies of #E880AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E880AD

Black with #E880AD

Text Example


Text Example

White with #E880AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E880AD; }

 p { color: rgb(232,128,173); }

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

background-color css

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

 a { background-color: rgb(232,128,173); }

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

border-color css

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

 span { border-color: rgb(232,128,173); }

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