Html Css Color HEX #EA9F9E Sweet Pink

📋 copy color: '#EA9F9E'

red 234 ◦ green 159 ◦ blue 158

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

Shades of Sweet Pink #EA9F9E

Tints of Sweet Pink #EA9F9E

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.86%

 BLUE value IS 158 (62.11% from 255) = 28.68%

R = 42.47%
G = 28.86%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EA9F9E (or 0xEA9F9E) is known color: Sweet Pink. HEX triplet: EA, 9F and 9E. RGB value is (234,159,158). Sum of RGB (Red+Green+Blue) = 234+159+158=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 159 (62.5% from 255 or 28.86% from 551); Blue value is 158 (62.11% from 255 or 28.68% from 551); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9F9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9F9E is #156061. Grayscale: #B5B5B5. Windows color (decimal): -1400930 or 10395626. OLE color: 10395626.

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

Color convert

RGB 234 159 158 -
CMYK 0 0.32 0.32 0.08
HSL 0.79º 0.64% 0.77% -
HSV(B) 0.79º 0.32% 0.92% -
XYZ 52.5 44.76 38.22 -
YUV 181.31 114.85 165.58 -
System Red Green Blue C M Y K H S L
Decimal 234 159 158 0 0.32 0.32 0.08 0.79 0.64 0.77
Hex EA 9F 9E 0 20 20 8 1 40 4D
Octal 352 237 236 0 40 40 10 1 100 115
Binary 11101010 10011111 10011110 0 100000 100000 1000 1 1000000 1001101

Color Harmonies of #EA9F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9F9E

Black with #EA9F9E

Text Example


Text Example

White with #EA9F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9F9E; }

 p { color: rgb(234,159,158); }

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

background-color css

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

 a { background-color: rgb(234,159,158); }

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

border-color css

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

 span { border-color: rgb(234,159,158); }

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