Html Css Color HEX #E58AA4 Kobi

📋 copy color: '#E58AA4'

red 229 ◦ green 138 ◦ blue 164

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

Shades of Kobi #E58AA4

Tints of Kobi #E58AA4

RGB

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

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

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

R = 43.13%
G = 25.99%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.28

 K value IS 0.10

RGB Variations

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

Color information

#E58AA4 (or 0xE58AA4) is known color: Kobi. HEX triplet: E5, 8A and A4. RGB value is (229,138,164). Sum of RGB (Red+Green+Blue) = 229+138+164=531 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.13% from 531); Green value is 138 (54.30% from 255 or 25.99% from 531); Blue value is 164 (64.45% from 255 or 30.89% from 531); Max value from RGB is 229 - color contains mainly: red. Hex color #E58AA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58AA4 is #1A755B. Grayscale: #A8A8A8. Windows color (decimal): -1733980 or 10783461. OLE color: 10783461.

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

Color convert

RGB 229 138 164 -
CMYK 0 0.40 0.28 0.10
HSL 342.86º 0.64% 0.72% -
HSV(B) 342.86º 0.4% 0.9% -
XYZ 48.1 37.52 39.83 -
YUV 168.17 125.65 171.39 -
System Red Green Blue C M Y K H S L
Decimal 229 138 164 0 0.40 0.28 0.10 342.86 0.64 0.72
Hex E5 8A A4 0 28 1C A 157 40 48
Octal 345 212 244 0 50 34 12 527 100 110
Binary 11100101 10001010 10100100 0 101000 11100 1010 101010111 1000000 1001000

Color Harmonies of #E58AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58AA4

Black with #E58AA4

Text Example


Text Example

White with #E58AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58AA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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