Html Css Color HEX #EF9A95 Sweet Pink

📋 copy color: '#EF9A95'

red 239 ◦ green 154 ◦ blue 149

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

Shades of Sweet Pink #EF9A95

Tints of Sweet Pink #EF9A95

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.41%

 BLUE value IS 149 (58.59% from 255) = 27.49%

R = 44.1%
G = 28.41%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EF9A95 (or 0xEF9A95) is known color: Sweet Pink. HEX triplet: EF, 9A and 95. RGB value is (239,154,149). Sum of RGB (Red+Green+Blue) = 239+154+149=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 154 (60.55% from 255 or 28.41% from 542); Blue value is 149 (58.59% from 255 or 27.49% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9A95 is #10656A. Grayscale: #B2B2B2. Windows color (decimal): -1074539 or 9804527. OLE color: 9804527.

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

Color convert

RGB 239 154 149 -
CMYK 0 0.36 0.38 0.06
HSL 3.33º 0.74% 0.76% -
HSV(B) 3.33º 0.38% 0.94% -
XYZ 52.58 43.63 34.08 -
YUV 178.85 111.16 170.91 -
System Red Green Blue C M Y K H S L
Decimal 239 154 149 0 0.36 0.38 0.06 3.33 0.74 0.76
Hex EF 9A 95 0 24 26 6 3 4A 4C
Octal 357 232 225 0 44 46 6 3 112 114
Binary 11101111 10011010 10010101 0 100100 100110 110 11 1001010 1001100

Color Harmonies of #EF9A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9A95

Black with #EF9A95

Text Example


Text Example

White with #EF9A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9A95; }

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

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

background-color css

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

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

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

border-color css

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

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

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