Html Css Color HEX #E5958F Sweet Pink

📋 copy color: '#E5958F'

red 229 ◦ green 149 ◦ blue 143

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

Shades of Sweet Pink #E5958F

Tints of Sweet Pink #E5958F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.6%

 BLUE value IS 143 (56.25% from 255) = 27.45%

R = 43.95%
G = 28.6%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E5958F (or 0xE5958F) is known color: Sweet Pink. HEX triplet: E5, 95 and 8F. RGB value is (229,149,143). Sum of RGB (Red+Green+Blue) = 229+149+143=521 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.95% from 521); Green value is 149 (58.59% from 255 or 28.60% from 521); Blue value is 143 (56.25% from 255 or 27.45% from 521); Max value from RGB is 229 - color contains mainly: red. Hex color #E5958F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5958F is #1A6A70. Grayscale: #ACACAC. Windows color (decimal): -1731185 or 9410021. OLE color: 9410021.

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

Color convert

RGB 229 149 143 -
CMYK 0 0.35 0.38 0.10
HSL 4.19º 0.62% 0.73% -
HSV(B) 4.19º 0.38% 0.9% -
XYZ 48.02 40.14 31.2 -
YUV 172.24 111.5 168.49 -
System Red Green Blue C M Y K H S L
Decimal 229 149 143 0 0.35 0.38 0.10 4.19 0.62 0.73
Hex E5 95 8F 0 23 26 A 4 3E 49
Octal 345 225 217 0 43 46 12 4 76 111
Binary 11100101 10010101 10001111 0 100011 100110 1010 100 111110 1001001

Color Harmonies of #E5958F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5958F

Black with #E5958F

Text Example


Text Example

White with #E5958F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5958F; }

 p { color: rgb(229,149,143); }

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

background-color css

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

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

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

border-color css

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

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

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