Html Css Color HEX #E58EAE Kobi

📋 copy color: '#E58EAE'

red 229 ◦ green 142 ◦ blue 174

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

Shades of Kobi #E58EAE

Tints of Kobi #E58EAE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.06%

 BLUE value IS 174 (68.36% from 255) = 31.93%

R = 42.02%
G = 26.06%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E58EAE (or 0xE58EAE) is known color: Kobi. HEX triplet: E5, 8E and AE. RGB value is (229,142,174). Sum of RGB (Red+Green+Blue) = 229+142+174=545 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.02% from 545); Green value is 142 (55.86% from 255 or 26.06% from 545); Blue value is 174 (68.36% from 255 or 31.93% from 545); Max value from RGB is 229 - color contains mainly: red. Hex color #E58EAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58EAE is #1A7151. Grayscale: #ABABAB. Windows color (decimal): -1732946 or 11439845. OLE color: 11439845.

HSL color Cylindrical-coordinate representation of color #E58EAE: hue angle of 337.93º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E58EAE is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 142 174 -
CMYK 0 0.38 0.24 0.10
HSL 337.93º 0.63% 0.73% -
HSV(B) 337.93º 0.38% 0.9% -
XYZ 49.63 39.06 44.97 -
YUV 171.66 129.32 168.9 -
System Red Green Blue C M Y K H S L
Decimal 229 142 174 0 0.38 0.24 0.10 337.93 0.63 0.73
Hex E5 8E AE 0 26 18 A 152 3F 49
Octal 345 216 256 0 46 30 12 522 77 111
Binary 11100101 10001110 10101110 0 100110 11000 1010 101010010 111111 1001001

Color Harmonies of #E58EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58EAE

Black with #E58EAE

Text Example


Text Example

White with #E58EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58EAE; }

 p { color: rgb(229,142,174); }

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

background-color css

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

 a { background-color: rgb(229,142,174); }

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

border-color css

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

 span { border-color: rgb(229,142,174); }

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