Html Css Color HEX #E582AA Kobi

📋 copy color: '#E582AA'

red 229 ◦ green 130 ◦ blue 170

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

Shades of Kobi #E582AA

Tints of Kobi #E582AA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.57%

 BLUE value IS 170 (66.8% from 255) = 32.14%

R = 43.29%
G = 24.57%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E582AA (or 0xE582AA) is known color: Kobi. HEX triplet: E5, 82 and AA. RGB value is (229,130,170). Sum of RGB (Red+Green+Blue) = 229+130+170=529 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.29% from 529); Green value is 130 (51.17% from 255 or 24.57% from 529); Blue value is 170 (66.80% from 255 or 32.14% from 529); Max value from RGB is 229 - color contains mainly: red. Hex color #E582AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E582AA is #1A7D55. Grayscale: #A4A4A4. Windows color (decimal): -1736022 or 11174629. OLE color: 11174629.

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

Color convert

RGB 229 130 170 -
CMYK 0 0.43 0.26 0.10
HSL 335.76º 0.66% 0.7% -
HSV(B) 335.76º 0.43% 0.9% -
XYZ 47.55 35.53 42.38 -
YUV 164.16 131.3 174.25 -
System Red Green Blue C M Y K H S L
Decimal 229 130 170 0 0.43 0.26 0.10 335.76 0.66 0.7
Hex E5 82 AA 0 2B 1A A 150 42 46
Octal 345 202 252 0 53 32 12 520 102 106
Binary 11100101 10000010 10101010 0 101011 11010 1010 101010000 1000010 1000110

Color Harmonies of #E582AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E582AA

Black with #E582AA

Text Example


Text Example

White with #E582AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E582AA; }

 p { color: rgb(229,130,170); }

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

background-color css

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

 a { background-color: rgb(229,130,170); }

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

border-color css

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

 span { border-color: rgb(229,130,170); }

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