Html Css Color HEX #EFA09A Sweet Pink

📋 copy color: '#EFA09A'

red 239 ◦ green 160 ◦ blue 154

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

Shades of Sweet Pink #EFA09A

Tints of Sweet Pink #EFA09A

RGB

 RED value IS 239 (93.75% from 255) = 43.22%

 GREEN value IS 160 (62.89% from 255) = 28.93%

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

R = 43.22%
G = 28.93%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EFA09A (or 0xEFA09A) is known color: Sweet Pink. HEX triplet: EF, A0 and 9A. RGB value is (239,160,154). Sum of RGB (Red+Green+Blue) = 239+160+154=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 160 (62.89% from 255 or 28.93% from 553); Blue value is 154 (60.55% from 255 or 27.85% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA09A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA09A is #105F65. Grayscale: #B7B7B7. Windows color (decimal): -1072998 or 10133743. OLE color: 10133743.

HSL color Cylindrical-coordinate representation of color #EFA09A: hue angle of 4.24º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EFA09A is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 160 154 -
CMYK 0 0.33 0.36 0.06
HSL 4.24º 0.73% 0.77% -
HSV(B) 4.24º 0.36% 0.94% -
XYZ 54 45.83 36.57 -
YUV 182.94 111.67 167.99 -
System Red Green Blue C M Y K H S L
Decimal 239 160 154 0 0.33 0.36 0.06 4.24 0.73 0.77
Hex EF A0 9A 0 21 24 6 4 49 4D
Octal 357 240 232 0 41 44 6 4 111 115
Binary 11101111 10100000 10011010 0 100001 100100 110 100 1001001 1001101

Color Harmonies of #EFA09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA09A

Black with #EFA09A

Text Example


Text Example

White with #EFA09A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA09A; }

 p { color: rgb(239,160,154); }

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

background-color css

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

 a { background-color: rgb(239,160,154); }

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

border-color css

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

 span { border-color: rgb(239,160,154); }

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