Html Css Color HEX #E580AD Kobi

📋 copy color: '#E580AD'

red 229 ◦ green 128 ◦ blue 173

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

Shades of Kobi #E580AD

Tints of Kobi #E580AD

RGB

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

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

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

R = 43.21%
G = 24.15%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E580AD (or 0xE580AD) is known color: Kobi. HEX triplet: E5, 80 and AD. RGB value is (229,128,173). Sum of RGB (Red+Green+Blue) = 229+128+173=530 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.21% from 530); Green value is 128 (50.39% from 255 or 24.15% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 229 - color contains mainly: red. Hex color #E580AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E580AD is #1A7F52. Grayscale: #A3A3A3. Windows color (decimal): -1736531 or 11370725. OLE color: 11370725.

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

Color convert

RGB 229 128 173 -
CMYK 0 0.44 0.24 0.10
HSL 333.27º 0.66% 0.7% -
HSV(B) 333.27º 0.44% 0.9% -
XYZ 47.58 35.11 43.81 -
YUV 163.33 133.46 174.84 -
System Red Green Blue C M Y K H S L
Decimal 229 128 173 0 0.44 0.24 0.10 333.27 0.66 0.7
Hex E5 80 AD 0 2C 18 A 14D 42 46
Octal 345 200 255 0 54 30 12 515 102 106
Binary 11100101 10000000 10101101 0 101100 11000 1010 101001101 1000010 1000110

Color Harmonies of #E580AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E580AD

Black with #E580AD

Text Example


Text Example

White with #E580AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E580AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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