Html Css Color HEX #EF497D Dark Pink

📋 copy color: '#EF497D'

red 239 ◦ green 73 ◦ blue 125

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

Shades of Dark Pink #EF497D

Tints of Dark Pink #EF497D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.7%

 BLUE value IS 125 (49.22% from 255) = 28.6%

R = 54.69%
G = 16.7%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EF497D (or 0xEF497D) is known color: Dark Pink. HEX triplet: EF, 49 and 7D. RGB value is (239,73,125). Sum of RGB (Red+Green+Blue) = 239+73+125=437 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.69% from 437); Green value is 73 (28.91% from 255 or 16.70% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 239 - color contains mainly: red. Hex color #EF497D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF497D is #10B682. Grayscale: #808080. Windows color (decimal): -1095299 or 8210927. OLE color: 8210927.

HSL color Cylindrical-coordinate representation of color #EF497D: hue angle of 341.2º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF497D is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 73 125 -
CMYK 0 0.69 0.48 0.06
HSL 341.2º 0.84% 0.61% -
HSV(B) 341.2º 0.69% 0.94% -
XYZ 41.68 24.6 21.95 -
YUV 128.56 126 206.77 -
System Red Green Blue C M Y K H S L
Decimal 239 73 125 0 0.69 0.48 0.06 341.2 0.84 0.61
Hex EF 49 7D 0 45 30 6 155 54 3D
Octal 357 111 175 0 105 60 6 525 124 75
Binary 11101111 1001001 1111101 0 1000101 110000 110 101010101 1010100 111101

Color Harmonies of #EF497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF497D

Black with #EF497D

Text Example


Text Example

White with #EF497D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF497D; }

 p { color: rgb(239,73,125); }

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

background-color css

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

 a { background-color: rgb(239,73,125); }

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

border-color css

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

 span { border-color: rgb(239,73,125); }

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