Html Css Color HEX #EF467A Dark Pink

📋 copy color: '#EF467A'

red 239 ◦ green 70 ◦ blue 122

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

Shades of Dark Pink #EF467A

Tints of Dark Pink #EF467A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.24%

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

R = 55.45%
G = 16.24%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF467A (or 0xEF467A) is known color: Dark Pink. HEX triplet: EF, 46 and 7A. RGB value is (239,70,122). Sum of RGB (Red+Green+Blue) = 239+70+122=431 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.45% from 431); Green value is 70 (27.73% from 255 or 16.24% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 239 - color contains mainly: red. Hex color #EF467A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF467A is #10B985. Grayscale: #7E7E7E. Windows color (decimal): -1096070 or 8013551. OLE color: 8013551.

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

Color convert

RGB 239 70 122 -
CMYK 0 0.71 0.49 0.06
HSL 341.54º 0.84% 0.61% -
HSV(B) 341.54º 0.71% 0.94% -
XYZ 41.3 24.14 20.89 -
YUV 126.46 125.49 208.27 -
System Red Green Blue C M Y K H S L
Decimal 239 70 122 0 0.71 0.49 0.06 341.54 0.84 0.61
Hex EF 46 7A 0 47 31 6 156 54 3D
Octal 357 106 172 0 107 61 6 526 124 75
Binary 11101111 1000110 1111010 0 1000111 110001 110 101010110 1010100 111101

Color Harmonies of #EF467A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF467A

Black with #EF467A

Text Example


Text Example

White with #EF467A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF467A; }

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

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

background-color css

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

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

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

border-color css

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

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

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