Html Css Color HEX #E59494 Sweet Pink

📋 copy color: '#E59494'

red 229 ◦ green 148 ◦ blue 148

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

Shades of Sweet Pink #E59494

Tints of Sweet Pink #E59494

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.19%

 BLUE value IS 148 (58.2% from 255) = 28.19%

R = 43.62%
G = 28.19%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E59494 (or 0xE59494) is known color: Sweet Pink. HEX triplet: E5, 94 and 94. RGB value is (229,148,148). Sum of RGB (Red+Green+Blue) = 229+148+148=525 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.62% from 525); Green value is 148 (58.20% from 255 or 28.19% from 525); Blue value is 148 (58.20% from 255 or 28.19% from 525); Max value from RGB is 229 - color contains mainly: red. Hex color #E59494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59494 is #1A6B6B. Grayscale: #ACACAC. Windows color (decimal): -1731436 or 9737445. OLE color: 9737445.

HSL color Cylindrical-coordinate representation of color #E59494: hue angle of 0º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E59494 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 148 148 -
CMYK 0 0.35 0.35 0.10
HSL 0.61% 0.74% -
HSV(B) 0.35% 0.9% -
XYZ 48.25 39.98 33.19 -
YUV 172.22 114.34 168.5 -
System Red Green Blue C M Y K H S L
Decimal 229 148 148 0 0.35 0.35 0.10 0 0.61 0.74
Hex E5 94 94 0 23 23 A 0 3D 4A
Octal 345 224 224 0 43 43 12 0 75 112
Binary 11100101 10010100 10010100 0 100011 100011 1010 0 111101 1001010

Color Harmonies of #E59494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59494

Black with #E59494

Text Example


Text Example

White with #E59494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59494; }

 p { color: rgb(229,148,148); }

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

background-color css

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

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

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

border-color css

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

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

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