Html Css Color HEX #EA9392 Sweet Pink

📋 copy color: '#EA9392'

red 234 ◦ green 147 ◦ blue 146

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

Shades of Sweet Pink #EA9392

Tints of Sweet Pink #EA9392

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.89%

 BLUE value IS 146 (57.42% from 255) = 27.7%

R = 44.4%
G = 27.89%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EA9392 (or 0xEA9392) is known color: Sweet Pink. HEX triplet: EA, 93 and 92. RGB value is (234,147,146). Sum of RGB (Red+Green+Blue) = 234+147+146=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 147 (57.81% from 255 or 27.89% from 527); Blue value is 146 (57.42% from 255 or 27.70% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9392 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9392 is #156C6D. Grayscale: #ACACAC. Windows color (decimal): -1404014 or 9606122. OLE color: 9606122.

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

Color convert

RGB 234 147 146 -
CMYK 0 0.37 0.38 0.08
HSL 0.68º 0.68% 0.75% -
HSV(B) 0.68º 0.38% 0.92% -
XYZ 49.55 40.44 32.39 -
YUV 172.9 112.82 171.58 -
System Red Green Blue C M Y K H S L
Decimal 234 147 146 0 0.37 0.38 0.08 0.68 0.68 0.75
Hex EA 93 92 0 25 26 8 1 44 4B
Octal 352 223 222 0 45 46 10 1 104 113
Binary 11101010 10010011 10010010 0 100101 100110 1000 1 1000100 1001011

Color Harmonies of #EA9392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9392

Black with #EA9392

Text Example


Text Example

White with #EA9392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9392; }

 p { color: rgb(234,147,146); }

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

background-color css

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

 a { background-color: rgb(234,147,146); }

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

border-color css

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

 span { border-color: rgb(234,147,146); }

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