Html Css Color HEX #E580A6 Kobi

📋 copy color: '#E580A6'

red 229 ◦ green 128 ◦ blue 166

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

Shades of Kobi #E580A6

Tints of Kobi #E580A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 31.74%

R = 43.79%
G = 24.47%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.28

 K value IS 0.10

RGB Variations

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

Color information

#E580A6 (or 0xE580A6) is known color: Kobi. HEX triplet: E5, 80 and A6. RGB value is (229,128,166). Sum of RGB (Red+Green+Blue) = 229+128+166=523 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.79% from 523); Green value is 128 (50.39% from 255 or 24.47% from 523); Blue value is 166 (65.23% from 255 or 31.74% from 523); Max value from RGB is 229 - color contains mainly: red. Hex color #E580A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E580A6 is #1A7F59. Grayscale: #A2A2A2. Windows color (decimal): -1736538 or 10911973. OLE color: 10911973.

HSL color Cylindrical-coordinate representation of color #E580A6: hue angle of 337.43º 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 #E580A6 is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 128 166 -
CMYK 0 0.44 0.28 0.10
HSL 337.43º 0.66% 0.7% -
HSV(B) 337.43º 0.44% 0.9% -
XYZ 46.92 34.85 40.33 -
YUV 162.53 129.96 175.41 -
System Red Green Blue C M Y K H S L
Decimal 229 128 166 0 0.44 0.28 0.10 337.43 0.66 0.7
Hex E5 80 A6 0 2C 1C A 151 42 46
Octal 345 200 246 0 54 34 12 521 102 106
Binary 11100101 10000000 10100110 0 101100 11100 1010 101010001 1000010 1000110

Color Harmonies of #E580A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E580A6

Black with #E580A6

Text Example


Text Example

White with #E580A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E580A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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