Html Css Color HEX #EA9794 Sweet Pink

📋 copy color: '#EA9794'

red 234 ◦ green 151 ◦ blue 148

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

Shades of Sweet Pink #EA9794

Tints of Sweet Pink #EA9794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.77%

R = 43.9%
G = 28.33%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EA9794 (or 0xEA9794) is known color: Sweet Pink. HEX triplet: EA, 97 and 94. RGB value is (234,151,148). Sum of RGB (Red+Green+Blue) = 234+151+148=533 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.90% from 533); Green value is 151 (59.38% from 255 or 28.33% from 533); Blue value is 148 (58.20% from 255 or 27.77% from 533); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9794 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9794 is #15686B. Grayscale: #AFAFAF. Windows color (decimal): -1402988 or 9738218. OLE color: 9738218.

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

Color convert

RGB 234 151 148 -
CMYK 0 0.35 0.37 0.08
HSL 2.09º 0.67% 0.75% -
HSV(B) 2.09º 0.37% 0.92% -
XYZ 50.34 41.76 33.42 -
YUV 175.48 112.5 169.74 -
System Red Green Blue C M Y K H S L
Decimal 234 151 148 0 0.35 0.37 0.08 2.09 0.67 0.75
Hex EA 97 94 0 23 25 8 2 43 4B
Octal 352 227 224 0 43 45 10 2 103 113
Binary 11101010 10010111 10010100 0 100011 100101 1000 10 1000011 1001011

Color Harmonies of #EA9794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9794

Black with #EA9794

Text Example


Text Example

White with #EA9794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9794; }

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

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

background-color css

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

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

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

border-color css

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

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

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