Html Css Color HEX #EF71DD Pale Magenta

📋 copy color: '#EF71DD'

red 239 ◦ green 113 ◦ blue 221

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

Shades of Pale Magenta #EF71DD

Tints of Pale Magenta #EF71DD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.72%

 BLUE value IS 221 (86.72% from 255) = 38.57%

R = 41.71%
G = 19.72%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF71DD (or 0xEF71DD) is known color: Pale Magenta. HEX triplet: EF, 71 and DD. RGB value is (239,113,221). Sum of RGB (Red+Green+Blue) = 239+113+221=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 113 (44.53% from 255 or 19.72% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 239 - color contains mainly: red. Hex color #EF71DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF71DD is #108E22. Grayscale: #A2A2A2. Windows color (decimal): -1084963 or 14512623. OLE color: 14512623.

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

Color convert

RGB 239 113 221 -
CMYK 0 0.53 0.08 0.06
HSL 308.57º 0.8% 0.69% -
HSV(B) 308.57º 0.53% 0.94% -
XYZ 54.55 35.38 72.36 -
YUV 162.99 160.74 182.22 -
System Red Green Blue C M Y K H S L
Decimal 239 113 221 0 0.53 0.08 0.06 308.57 0.8 0.69
Hex EF 71 DD 0 35 8 6 135 50 45
Octal 357 161 335 0 65 10 6 465 120 105
Binary 11101111 1110001 11011101 0 110101 1000 110 100110101 1010000 1000101

Color Harmonies of #EF71DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF71DD

Black with #EF71DD

Text Example


Text Example

White with #EF71DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF71DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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