Html Css Color HEX #E58DAF Kobi

📋 copy color: '#E58DAF'

red 229 ◦ green 141 ◦ blue 175

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

Shades of Kobi #E58DAF

Tints of Kobi #E58DAF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.87%

 BLUE value IS 175 (68.75% from 255) = 32.11%

R = 42.02%
G = 25.87%
B = 32.11%

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

#E58DAF (or 0xE58DAF) is known color: Kobi. HEX triplet: E5, 8D and AF. RGB value is (229,141,175). Sum of RGB (Red+Green+Blue) = 229+141+175=545 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.02% from 545); Green value is 141 (55.47% from 255 or 25.87% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 229 - color contains mainly: red. Hex color #E58DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58DAF is #1A7250. Grayscale: #ABABAB. Windows color (decimal): -1733201 or 11505125. OLE color: 11505125.

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

Color convert

RGB 229 141 175 -
CMYK 0 0.38 0.24 0.10
HSL 336.82º 0.63% 0.73% -
HSV(B) 336.82º 0.38% 0.9% -
XYZ 49.58 38.8 45.43 -
YUV 171.19 130.15 169.24 -
System Red Green Blue C M Y K H S L
Decimal 229 141 175 0 0.38 0.24 0.10 336.82 0.63 0.73
Hex E5 8D AF 0 26 18 A 151 3F 49
Octal 345 215 257 0 46 30 12 521 77 111
Binary 11100101 10001101 10101111 0 100110 11000 1010 101010001 111111 1001001

Color Harmonies of #E58DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58DAF

Black with #E58DAF

Text Example


Text Example

White with #E58DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58DAF; }

 p { color: rgb(229,141,175); }

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

background-color css

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

 a { background-color: rgb(229,141,175); }

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

border-color css

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

 span { border-color: rgb(229,141,175); }

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