Html Css Color HEX #EA958D Sweet Pink

📋 copy color: '#EA958D'

red 234 ◦ green 149 ◦ blue 141

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

Shades of Sweet Pink #EA958D

Tints of Sweet Pink #EA958D

RGB

 RED value IS 234 (91.8% from 255) = 44.66%

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

 BLUE value IS 141 (55.47% from 255) = 26.91%

R = 44.66%
G = 28.44%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EA958D (or 0xEA958D) is known color: Sweet Pink. HEX triplet: EA, 95 and 8D. RGB value is (234,149,141). Sum of RGB (Red+Green+Blue) = 234+149+141=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 149 (58.59% from 255 or 28.44% from 524); Blue value is 141 (55.47% from 255 or 26.91% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EA958D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA958D is #156A72. Grayscale: #ADADAD. Windows color (decimal): -1403507 or 9278954. OLE color: 9278954.

HSL color Cylindrical-coordinate representation of color #EA958D: hue angle of 5.16º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EA958D is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 149 141 -
CMYK 0 0.36 0.40 0.08
HSL 5.16º 0.69% 0.74% -
HSV(B) 5.16º 0.4% 0.92% -
XYZ 49.49 40.91 30.49 -
YUV 173.5 109.66 171.15 -
System Red Green Blue C M Y K H S L
Decimal 234 149 141 0 0.36 0.40 0.08 5.16 0.69 0.74
Hex EA 95 8D 0 24 28 8 5 45 4A
Octal 352 225 215 0 44 50 10 5 105 112
Binary 11101010 10010101 10001101 0 100100 101000 1000 101 1000101 1001010

Color Harmonies of #EA958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA958D

Black with #EA958D

Text Example


Text Example

White with #EA958D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA958D; }

 p { color: rgb(234,149,141); }

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

background-color css

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

 a { background-color: rgb(234,149,141); }

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

border-color css

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

 span { border-color: rgb(234,149,141); }

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