Html Css Color HEX #E58EA4 Kobi

📋 copy color: '#E58EA4'

red 229 ◦ green 142 ◦ blue 164

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

Shades of Kobi #E58EA4

Tints of Kobi #E58EA4

RGB

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

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

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

R = 42.8%
G = 26.54%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.28

 K value IS 0.10

RGB Variations

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

Color information

#E58EA4 (or 0xE58EA4) is known color: Kobi. HEX triplet: E5, 8E and A4. RGB value is (229,142,164). Sum of RGB (Red+Green+Blue) = 229+142+164=535 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.80% from 535); Green value is 142 (55.86% from 255 or 26.54% from 535); Blue value is 164 (64.45% from 255 or 30.65% from 535); Max value from RGB is 229 - color contains mainly: red. Hex color #E58EA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58EA4 is #1A715B. Grayscale: #AAAAAA. Windows color (decimal): -1732956 or 10784485. OLE color: 10784485.

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

Color convert

RGB 229 142 164 -
CMYK 0 0.38 0.28 0.10
HSL 344.83º 0.63% 0.73% -
HSV(B) 344.83º 0.38% 0.9% -
XYZ 48.69 38.68 40.02 -
YUV 170.52 124.32 169.71 -
System Red Green Blue C M Y K H S L
Decimal 229 142 164 0 0.38 0.28 0.10 344.83 0.63 0.73
Hex E5 8E A4 0 26 1C A 159 3F 49
Octal 345 216 244 0 46 34 12 531 77 111
Binary 11100101 10001110 10100100 0 100110 11100 1010 101011001 111111 1001001

Color Harmonies of #E58EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58EA4

Black with #E58EA4

Text Example


Text Example

White with #E58EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58EA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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