Html Css Color HEX #E586A4 Kobi

📋 copy color: '#E586A4'

red 229 ◦ green 134 ◦ blue 164

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

Shades of Kobi #E586A4

Tints of Kobi #E586A4

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.43%

 BLUE value IS 164 (64.45% from 255) = 31.12%

R = 43.45%
G = 25.43%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.28

 K value IS 0.10

RGB Variations

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

Color information

#E586A4 (or 0xE586A4) is known color: Kobi. HEX triplet: E5, 86 and A4. RGB value is (229,134,164). Sum of RGB (Red+Green+Blue) = 229+134+164=527 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.45% from 527); Green value is 134 (52.73% from 255 or 25.43% from 527); Blue value is 164 (64.45% from 255 or 31.12% from 527); Max value from RGB is 229 - color contains mainly: red. Hex color #E586A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E586A4 is #1A795B. Grayscale: #A5A5A5. Windows color (decimal): -1735004 or 10782437. OLE color: 10782437.

HSL color Cylindrical-coordinate representation of color #E586A4: hue angle of 341.05º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E586A4 is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 134 164 -
CMYK 0 0.41 0.28 0.10
HSL 341.05º 0.65% 0.71% -
HSV(B) 341.05º 0.41% 0.9% -
XYZ 47.54 36.39 39.64 -
YUV 165.83 126.97 173.06 -
System Red Green Blue C M Y K H S L
Decimal 229 134 164 0 0.41 0.28 0.10 341.05 0.65 0.71
Hex E5 86 A4 0 29 1C A 155 41 47
Octal 345 206 244 0 51 34 12 525 101 107
Binary 11100101 10000110 10100100 0 101001 11100 1010 101010101 1000001 1000111

Color Harmonies of #E586A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E586A4

Black with #E586A4

Text Example


Text Example

White with #E586A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E586A4; }

 p { color: rgb(229,134,164); }

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

background-color css

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

 a { background-color: rgb(229,134,164); }

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

border-color css

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

 span { border-color: rgb(229,134,164); }

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