Html Css Color HEX #EA9F9F Sweet Pink

📋 copy color: '#EA9F9F'

red 234 ◦ green 159 ◦ blue 159

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

Shades of Sweet Pink #EA9F9F

Tints of Sweet Pink #EA9F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 28.8%

R = 42.39%
G = 28.8%
B = 28.8%

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

#EA9F9F (or 0xEA9F9F) is known color: Sweet Pink. HEX triplet: EA, 9F and 9F. RGB value is (234,159,159). Sum of RGB (Red+Green+Blue) = 234+159+159=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 159 (62.5% from 255 or 28.80% from 552); Blue value is 159 (62.5% from 255 or 28.80% from 552); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9F9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9F9F is #156060. Grayscale: #B5B5B5. Windows color (decimal): -1400929 or 10461162. OLE color: 10461162.

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

Color convert

RGB 234 159 159 -
CMYK 0 0.32 0.32 0.08
HSL 0.64% 0.77% -
HSV(B) 0.32% 0.92% -
XYZ 52.59 44.79 38.67 -
YUV 181.43 115.35 165.5 -
System Red Green Blue C M Y K H S L
Decimal 234 159 159 0 0.32 0.32 0.08 0 0.64 0.77
Hex EA 9F 9F 0 20 20 8 0 40 4D
Octal 352 237 237 0 40 40 10 0 100 115
Binary 11101010 10011111 10011111 0 100000 100000 1000 0 1000000 1001101

Color Harmonies of #EA9F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9F9F

Black with #EA9F9F

Text Example


Text Example

White with #EA9F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9F9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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