Html Css Color HEX #EF4571 Dark Pink

📋 copy color: '#EF4571'

red 239 ◦ green 69 ◦ blue 113

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

Shades of Dark Pink #EF4571

Tints of Dark Pink #EF4571

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.39%

 BLUE value IS 113 (44.53% from 255) = 26.84%

R = 56.77%
G = 16.39%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EF4571 (or 0xEF4571) is known color: Dark Pink. HEX triplet: EF, 45 and 71. RGB value is (239,69,113). Sum of RGB (Red+Green+Blue) = 239+69+113=421 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.77% from 421); Green value is 69 (27.34% from 255 or 16.39% from 421); Blue value is 113 (44.53% from 255 or 26.84% from 421); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4571 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4571 is #10BA8E. Grayscale: #7C7C7C. Windows color (decimal): -1096335 or 7423471. OLE color: 7423471.

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

Color convert

RGB 239 69 113 -
CMYK 0 0.71 0.53 0.06
HSL 344.47º 0.84% 0.6% -
HSV(B) 344.47º 0.71% 0.94% -
XYZ 40.71 23.8 18.07 -
YUV 124.85 121.32 209.42 -
System Red Green Blue C M Y K H S L
Decimal 239 69 113 0 0.71 0.53 0.06 344.47 0.84 0.6
Hex EF 45 71 0 47 35 6 158 54 3C
Octal 357 105 161 0 107 65 6 530 124 74
Binary 11101111 1000101 1110001 0 1000111 110101 110 101011000 1010100 111100

Color Harmonies of #EF4571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4571

Black with #EF4571

Text Example


Text Example

White with #EF4571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4571; }

 p { color: rgb(239,69,113); }

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

background-color css

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

 a { background-color: rgb(239,69,113); }

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

border-color css

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

 span { border-color: rgb(239,69,113); }

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