Html Css Color HEX #EA958C Sweet Pink

📋 copy color: '#EA958C'

red 234 ◦ green 149 ◦ blue 140

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

Shades of Sweet Pink #EA958C

Tints of Sweet Pink #EA958C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.77%

R = 44.74%
G = 28.49%
B = 26.77%

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

#EA958C (or 0xEA958C) is known color: Sweet Pink. HEX triplet: EA, 95 and 8C. RGB value is (234,149,140). Sum of RGB (Red+Green+Blue) = 234+149+140=523 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.74% from 523); Green value is 149 (58.59% from 255 or 28.49% from 523); Blue value is 140 (55.08% from 255 or 26.77% from 523); Max value from RGB is 234 - color contains mainly: red. Hex color #EA958C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA958C is #156A73. Grayscale: #ADADAD. Windows color (decimal): -1403508 or 9213418. OLE color: 9213418.

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

Color convert

RGB 234 149 140 -
CMYK 0 0.36 0.40 0.08
HSL 5.74º 0.69% 0.73% -
HSV(B) 5.74º 0.4% 0.92% -
XYZ 49.41 40.88 30.1 -
YUV 173.39 109.16 171.23 -
System Red Green Blue C M Y K H S L
Decimal 234 149 140 0 0.36 0.40 0.08 5.74 0.69 0.73
Hex EA 95 8C 0 24 28 8 6 45 49
Octal 352 225 214 0 44 50 10 6 105 111
Binary 11101010 10010101 10001100 0 100100 101000 1000 110 1000101 1001001

Color Harmonies of #EA958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA958C

Black with #EA958C

Text Example


Text Example

White with #EA958C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA958C; }

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

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

background-color css

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

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

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

border-color css

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

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

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