Html Css Color HEX #E580AB Kobi

📋 copy color: '#E580AB'

red 229 ◦ green 128 ◦ blue 171

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

Shades of Kobi #E580AB

Tints of Kobi #E580AB

RGB

 RED value IS 229 (89.84% from 255) = 43.37%

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

 BLUE value IS 171 (67.19% from 255) = 32.39%

R = 43.37%
G = 24.24%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E580AB (or 0xE580AB) is known color: Kobi. HEX triplet: E5, 80 and AB. RGB value is (229,128,171). Sum of RGB (Red+Green+Blue) = 229+128+171=528 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.37% from 528); Green value is 128 (50.39% from 255 or 24.24% from 528); Blue value is 171 (67.19% from 255 or 32.39% from 528); Max value from RGB is 229 - color contains mainly: red. Hex color #E580AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E580AB is #1A7F54. Grayscale: #A3A3A3. Windows color (decimal): -1736533 or 11239653. OLE color: 11239653.

HSL color Cylindrical-coordinate representation of color #E580AB: hue angle of 334.46º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E580AB is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 128 171 -
CMYK 0 0.44 0.25 0.10
HSL 334.46º 0.66% 0.7% -
HSV(B) 334.46º 0.44% 0.9% -
XYZ 47.38 35.04 42.79 -
YUV 163.1 132.46 175 -
System Red Green Blue C M Y K H S L
Decimal 229 128 171 0 0.44 0.25 0.10 334.46 0.66 0.7
Hex E5 80 AB 0 2C 19 A 14E 42 46
Octal 345 200 253 0 54 31 12 516 102 106
Binary 11100101 10000000 10101011 0 101100 11001 1010 101001110 1000010 1000110

Color Harmonies of #E580AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E580AB

Black with #E580AB

Text Example


Text Example

White with #E580AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E580AB; }

 p { color: rgb(229,128,171); }

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

background-color css

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

 a { background-color: rgb(229,128,171); }

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

border-color css

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

 span { border-color: rgb(229,128,171); }

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