Html Css Color HEX #E58AA8 Kobi

📋 copy color: '#E58AA8'

red 229 ◦ green 138 ◦ blue 168

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

Shades of Kobi #E58AA8

Tints of Kobi #E58AA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 31.4%

R = 42.8%
G = 25.79%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.27

 K value IS 0.10

RGB Variations

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

Color information

#E58AA8 (or 0xE58AA8) is known color: Kobi. HEX triplet: E5, 8A and A8. RGB value is (229,138,168). Sum of RGB (Red+Green+Blue) = 229+138+168=535 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.80% from 535); Green value is 138 (54.30% from 255 or 25.79% from 535); Blue value is 168 (66.02% from 255 or 31.40% from 535); Max value from RGB is 229 - color contains mainly: red. Hex color #E58AA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58AA8 is #1A7557. Grayscale: #A8A8A8. Windows color (decimal): -1733976 or 11045605. OLE color: 11045605.

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

Color convert

RGB 229 138 168 -
CMYK 0 0.40 0.27 0.10
HSL 340.22º 0.64% 0.72% -
HSV(B) 340.22º 0.4% 0.9% -
XYZ 48.47 37.66 41.76 -
YUV 168.63 127.65 171.06 -
System Red Green Blue C M Y K H S L
Decimal 229 138 168 0 0.40 0.27 0.10 340.22 0.64 0.72
Hex E5 8A A8 0 28 1B A 154 40 48
Octal 345 212 250 0 50 33 12 524 100 110
Binary 11100101 10001010 10101000 0 101000 11011 1010 101010100 1000000 1001000

Color Harmonies of #E58AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58AA8

Black with #E58AA8

Text Example


Text Example

White with #E58AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58AA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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