Html Css Color HEX #EA9792 Sweet Pink

📋 copy color: '#EA9792'

red 234 ◦ green 151 ◦ blue 146

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

Shades of Sweet Pink #EA9792

Tints of Sweet Pink #EA9792

RGB

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

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

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

R = 44.07%
G = 28.44%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EA9792 (or 0xEA9792) is known color: Sweet Pink. HEX triplet: EA, 97 and 92. RGB value is (234,151,146). Sum of RGB (Red+Green+Blue) = 234+151+146=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 151 (59.38% from 255 or 28.44% from 531); Blue value is 146 (57.42% from 255 or 27.50% from 531); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9792 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9792 is #15686D. Grayscale: #AFAFAF. Windows color (decimal): -1402990 or 9607146. OLE color: 9607146.

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

Color convert

RGB 234 151 146 -
CMYK 0 0.35 0.38 0.08
HSL 3.41º 0.68% 0.75% -
HSV(B) 3.41º 0.38% 0.92% -
XYZ 50.19 41.7 32.6 -
YUV 175.25 111.5 169.91 -
System Red Green Blue C M Y K H S L
Decimal 234 151 146 0 0.35 0.38 0.08 3.41 0.68 0.75
Hex EA 97 92 0 23 26 8 3 44 4B
Octal 352 227 222 0 43 46 10 3 104 113
Binary 11101010 10010111 10010010 0 100011 100110 1000 11 1000100 1001011

Color Harmonies of #EA9792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9792

Black with #EA9792

Text Example


Text Example

White with #EA9792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9792; }

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

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

background-color css

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

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

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

border-color css

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

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

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