Html Css Color HEX #EA9C95 Sweet Pink

📋 copy color: '#EA9C95'

red 234 ◦ green 156 ◦ blue 149

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

Shades of Sweet Pink #EA9C95

Tints of Sweet Pink #EA9C95

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.94%

 BLUE value IS 149 (58.59% from 255) = 27.64%

R = 43.41%
G = 28.94%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EA9C95 (or 0xEA9C95) is known color: Sweet Pink. HEX triplet: EA, 9C and 95. RGB value is (234,156,149). Sum of RGB (Red+Green+Blue) = 234+156+149=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 156 (61.33% from 255 or 28.94% from 539); Blue value is 149 (58.59% from 255 or 27.64% from 539); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9C95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9C95 is #15636A. Grayscale: #B2B2B2. Windows color (decimal): -1401707 or 9805034. OLE color: 9805034.

HSL color Cylindrical-coordinate representation of color #EA9C95: hue angle of 4.94º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EA9C95 is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 156 149 -
CMYK 0 0.33 0.36 0.08
HSL 4.94º 0.67% 0.75% -
HSV(B) 4.94º 0.36% 0.92% -
XYZ 51.24 43.44 34.12 -
YUV 178.52 111.34 167.57 -
System Red Green Blue C M Y K H S L
Decimal 234 156 149 0 0.33 0.36 0.08 4.94 0.67 0.75
Hex EA 9C 95 0 21 24 8 5 43 4B
Octal 352 234 225 0 41 44 10 5 103 113
Binary 11101010 10011100 10010101 0 100001 100100 1000 101 1000011 1001011

Color Harmonies of #EA9C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9C95

Black with #EA9C95

Text Example


Text Example

White with #EA9C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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