Html Css Color HEX #EA9F9A Sweet Pink

📋 copy color: '#EA9F9A'

red 234 ◦ green 159 ◦ blue 154

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

Shades of Sweet Pink #EA9F9A

Tints of Sweet Pink #EA9F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 28.15%

R = 42.78%
G = 29.07%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EA9F9A (or 0xEA9F9A) is known color: Sweet Pink. HEX triplet: EA, 9F and 9A. RGB value is (234,159,154). Sum of RGB (Red+Green+Blue) = 234+159+154=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 159 (62.5% from 255 or 29.07% from 547); Blue value is 154 (60.55% from 255 or 28.15% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9F9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9F9A is #156065. Grayscale: #B4B4B4. Windows color (decimal): -1400934 or 10133482. OLE color: 10133482.

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

Color convert

RGB 234 159 154 -
CMYK 0 0.32 0.34 0.08
HSL 3.75º 0.66% 0.76% -
HSV(B) 3.75º 0.34% 0.92% -
XYZ 52.16 44.62 36.44 -
YUV 180.86 112.85 165.91 -
System Red Green Blue C M Y K H S L
Decimal 234 159 154 0 0.32 0.34 0.08 3.75 0.66 0.76
Hex EA 9F 9A 0 20 22 8 4 42 4C
Octal 352 237 232 0 40 42 10 4 102 114
Binary 11101010 10011111 10011010 0 100000 100010 1000 100 1000010 1001100

Color Harmonies of #EA9F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9F9A

Black with #EA9F9A

Text Example


Text Example

White with #EA9F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9F9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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