Html Css Color HEX #EA9795 Sweet Pink

📋 copy color: '#EA9795'

red 234 ◦ green 151 ◦ blue 149

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

Shades of Sweet Pink #EA9795

Tints of Sweet Pink #EA9795

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.28%

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

R = 43.82%
G = 28.28%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EA9795 (or 0xEA9795) is known color: Sweet Pink. HEX triplet: EA, 97 and 95. RGB value is (234,151,149). Sum of RGB (Red+Green+Blue) = 234+151+149=534 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.82% from 534); Green value is 151 (59.38% from 255 or 28.28% from 534); Blue value is 149 (58.59% from 255 or 27.90% from 534); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9795 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9795 is #15686A. Grayscale: #AFAFAF. Windows color (decimal): -1402987 or 9803754. OLE color: 9803754.

HSL color Cylindrical-coordinate representation of color #EA9795: hue angle of 1.41º 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 #EA9795 is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 151 149 -
CMYK 0 0.35 0.36 0.08
HSL 1.41º 0.67% 0.75% -
HSV(B) 1.41º 0.36% 0.92% -
XYZ 50.42 41.8 33.84 -
YUV 175.59 113 169.66 -
System Red Green Blue C M Y K H S L
Decimal 234 151 149 0 0.35 0.36 0.08 1.41 0.67 0.75
Hex EA 97 95 0 23 24 8 1 43 4B
Octal 352 227 225 0 43 44 10 1 103 113
Binary 11101010 10010111 10010101 0 100011 100100 1000 1 1000011 1001011

Color Harmonies of #EA9795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9795

Black with #EA9795

Text Example


Text Example

White with #EA9795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9795; }

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

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

background-color css

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

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

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

border-color css

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

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

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