Html Css Color HEX #EA9594 Sweet Pink

📋 copy color: '#EA9594'

red 234 ◦ green 149 ◦ blue 148

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

Shades of Sweet Pink #EA9594

Tints of Sweet Pink #EA9594

RGB

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

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

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

R = 44.07%
G = 28.06%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EA9594 (or 0xEA9594) is known color: Sweet Pink. HEX triplet: EA, 95 and 94. RGB value is (234,149,148). Sum of RGB (Red+Green+Blue) = 234+149+148=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 149 (58.59% from 255 or 28.06% from 531); Blue value is 148 (58.20% from 255 or 27.87% from 531); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9594 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9594 is #156A6B. Grayscale: #AEAEAE. Windows color (decimal): -1403500 or 9737706. OLE color: 9737706.

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

Color convert

RGB 234 149 148 -
CMYK 0 0.36 0.37 0.08
HSL 0.7º 0.67% 0.75% -
HSV(B) 0.7º 0.37% 0.92% -
XYZ 50.02 41.13 33.32 -
YUV 174.3 113.16 170.58 -
System Red Green Blue C M Y K H S L
Decimal 234 149 148 0 0.36 0.37 0.08 0.7 0.67 0.75
Hex EA 95 94 0 24 25 8 1 43 4B
Octal 352 225 224 0 44 45 10 1 103 113
Binary 11101010 10010101 10010100 0 100100 100101 1000 1 1000011 1001011

Color Harmonies of #EA9594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9594

Black with #EA9594

Text Example


Text Example

White with #EA9594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9594; }

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

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

background-color css

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

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

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

border-color css

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

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

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