Html Css Color HEX #EF9A96 Sweet Pink

📋 copy color: '#EF9A96'

red 239 ◦ green 154 ◦ blue 150

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

Shades of Sweet Pink #EF9A96

Tints of Sweet Pink #EF9A96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.62%

R = 44.01%
G = 28.36%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#EF9A96 (or 0xEF9A96) is known color: Sweet Pink. HEX triplet: EF, 9A and 96. RGB value is (239,154,150). Sum of RGB (Red+Green+Blue) = 239+154+150=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 154 (60.55% from 255 or 28.36% from 543); Blue value is 150 (58.98% from 255 or 27.62% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9A96 is #106569. Grayscale: #B3B3B3. Windows color (decimal): -1074538 or 9870063. OLE color: 9870063.

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

Color convert

RGB 239 154 150 -
CMYK 0 0.36 0.37 0.06
HSL 2.7º 0.74% 0.76% -
HSV(B) 2.7º 0.37% 0.94% -
XYZ 52.66 43.66 34.51 -
YUV 178.96 111.66 170.83 -
System Red Green Blue C M Y K H S L
Decimal 239 154 150 0 0.36 0.37 0.06 2.7 0.74 0.76
Hex EF 9A 96 0 24 25 6 3 4A 4C
Octal 357 232 226 0 44 45 6 3 112 114
Binary 11101111 10011010 10010110 0 100100 100101 110 11 1001010 1001100

Color Harmonies of #EF9A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9A96

Black with #EF9A96

Text Example


Text Example

White with #EF9A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9A96; }

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

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

background-color css

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

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

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

border-color css

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

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

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