Html Css Color HEX #EF9493 Sweet Pink

📋 copy color: '#EF9493'

red 239 ◦ green 148 ◦ blue 147

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

Shades of Sweet Pink #EF9493

Tints of Sweet Pink #EF9493

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.72%

 BLUE value IS 147 (57.81% from 255) = 27.53%

R = 44.76%
G = 27.72%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EF9493 (or 0xEF9493) is known color: Sweet Pink. HEX triplet: EF, 94 and 93. RGB value is (239,148,147). Sum of RGB (Red+Green+Blue) = 239+148+147=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 148 (58.20% from 255 or 27.72% from 534); Blue value is 147 (57.81% from 255 or 27.53% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9493 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9493 is #106B6C. Grayscale: #AFAFAF. Windows color (decimal): -1076077 or 9671919. OLE color: 9671919.

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

Color convert

RGB 239 148 147 -
CMYK 0 0.38 0.38 0.06
HSL 0.65º 0.74% 0.76% -
HSV(B) 0.65º 0.38% 0.94% -
XYZ 51.45 41.64 32.93 -
YUV 175.1 112.15 173.58 -
System Red Green Blue C M Y K H S L
Decimal 239 148 147 0 0.38 0.38 0.06 0.65 0.74 0.76
Hex EF 94 93 0 26 26 6 1 4A 4C
Octal 357 224 223 0 46 46 6 1 112 114
Binary 11101111 10010100 10010011 0 100110 100110 110 1 1001010 1001100

Color Harmonies of #EF9493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9493

Black with #EF9493

Text Example


Text Example

White with #EF9493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9493; }

 p { color: rgb(239,148,147); }

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

background-color css

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

 a { background-color: rgb(239,148,147); }

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

border-color css

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

 span { border-color: rgb(239,148,147); }

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