Html Css Color HEX #EF497A Dark Pink

📋 copy color: '#EF497A'

red 239 ◦ green 73 ◦ blue 122

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

Shades of Dark Pink #EF497A

Tints of Dark Pink #EF497A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.11%

R = 55.07%
G = 16.82%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF497A (or 0xEF497A) is known color: Dark Pink. HEX triplet: EF, 49 and 7A. RGB value is (239,73,122). Sum of RGB (Red+Green+Blue) = 239+73+122=434 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.07% from 434); Green value is 73 (28.91% from 255 or 16.82% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 239 - color contains mainly: red. Hex color #EF497A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF497A is #10B685. Grayscale: #808080. Windows color (decimal): -1095302 or 8014319. OLE color: 8014319.

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

Color convert

RGB 239 73 122 -
CMYK 0 0.69 0.49 0.06
HSL 342.29º 0.84% 0.61% -
HSV(B) 342.29º 0.69% 0.94% -
XYZ 41.49 24.52 20.96 -
YUV 128.22 124.5 207.02 -
System Red Green Blue C M Y K H S L
Decimal 239 73 122 0 0.69 0.49 0.06 342.29 0.84 0.61
Hex EF 49 7A 0 45 31 6 156 54 3D
Octal 357 111 172 0 105 61 6 526 124 75
Binary 11101111 1001001 1111010 0 1000101 110001 110 101010110 1010100 111101

Color Harmonies of #EF497A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF497A

Black with #EF497A

Text Example


Text Example

White with #EF497A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF497A; }

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

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

background-color css

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

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

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

border-color css

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

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

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