Html Css Color HEX #E582AB Kobi

📋 copy color: '#E582AB'

red 229 ◦ green 130 ◦ blue 171

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

Shades of Kobi #E582AB

Tints of Kobi #E582AB

RGB

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

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

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

R = 43.21%
G = 24.53%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E582AB (or 0xE582AB) is known color: Kobi. HEX triplet: E5, 82 and AB. RGB value is (229,130,171). Sum of RGB (Red+Green+Blue) = 229+130+171=530 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.21% from 530); Green value is 130 (51.17% from 255 or 24.53% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 229 - color contains mainly: red. Hex color #E582AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E582AB is #1A7D54. Grayscale: #A4A4A4. Windows color (decimal): -1736021 or 11240165. OLE color: 11240165.

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

Color convert

RGB 229 130 171 -
CMYK 0 0.43 0.25 0.10
HSL 335.15º 0.66% 0.7% -
HSV(B) 335.15º 0.43% 0.9% -
XYZ 47.65 35.56 42.88 -
YUV 164.28 131.8 174.17 -
System Red Green Blue C M Y K H S L
Decimal 229 130 171 0 0.43 0.25 0.10 335.15 0.66 0.7
Hex E5 82 AB 0 2B 19 A 14F 42 46
Octal 345 202 253 0 53 31 12 517 102 106
Binary 11100101 10000010 10101011 0 101011 11001 1010 101001111 1000010 1000110

Color Harmonies of #E582AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E582AB

Black with #E582AB

Text Example


Text Example

White with #E582AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E582AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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