Html Css Color HEX #E58AAD Kobi

📋 copy color: '#E58AAD'

red 229 ◦ green 138 ◦ blue 173

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

Shades of Kobi #E58AAD

Tints of Kobi #E58AAD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.56%

 BLUE value IS 173 (67.97% from 255) = 32.04%

R = 42.41%
G = 25.56%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E58AAD (or 0xE58AAD) is known color: Kobi. HEX triplet: E5, 8A and AD. RGB value is (229,138,173). Sum of RGB (Red+Green+Blue) = 229+138+173=540 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.41% from 540); Green value is 138 (54.30% from 255 or 25.56% from 540); Blue value is 173 (67.97% from 255 or 32.04% from 540); Max value from RGB is 229 - color contains mainly: red. Hex color #E58AAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58AAD is #1A7552. Grayscale: #A9A9A9. Windows color (decimal): -1733971 or 11373285. OLE color: 11373285.

HSL color Cylindrical-coordinate representation of color #E58AAD: hue angle of 336.92º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E58AAD is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 138 173 -
CMYK 0 0.40 0.24 0.10
HSL 336.92º 0.64% 0.72% -
HSV(B) 336.92º 0.4% 0.9% -
XYZ 48.94 37.85 44.26 -
YUV 169.2 130.15 170.65 -
System Red Green Blue C M Y K H S L
Decimal 229 138 173 0 0.40 0.24 0.10 336.92 0.64 0.72
Hex E5 8A AD 0 28 18 A 151 40 48
Octal 345 212 255 0 50 30 12 521 100 110
Binary 11100101 10001010 10101101 0 101000 11000 1010 101010001 1000000 1001000

Color Harmonies of #E58AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58AAD

Black with #E58AAD

Text Example


Text Example

White with #E58AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58AAD; }

 p { color: rgb(229,138,173); }

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

background-color css

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

 a { background-color: rgb(229,138,173); }

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

border-color css

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

 span { border-color: rgb(229,138,173); }

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