Html Css Color HEX #EF91DA Pale Magenta

📋 copy color: '#EF91DA'

red 239 ◦ green 145 ◦ blue 218

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

Shades of Pale Magenta #EF91DA

Tints of Pale Magenta #EF91DA

RGB

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

 GREEN value IS 145 (57.03% from 255) = 24.09%

 BLUE value IS 218 (85.55% from 255) = 36.21%

R = 39.7%
G = 24.09%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EF91DA (or 0xEF91DA) is known color: Pale Magenta. HEX triplet: EF, 91 and DA. RGB value is (239,145,218). Sum of RGB (Red+Green+Blue) = 239+145+218=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 145 (57.03% from 255 or 24.09% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EF91DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF91DA is #106E25. Grayscale: #B5B5B5. Windows color (decimal): -1076774 or 14324207. OLE color: 14324207.

HSL color Cylindrical-coordinate representation of color #EF91DA: hue angle of 313.4º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EF91DA is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 145 218 -
CMYK 0 0.39 0.09 0.06
HSL 313.4º 0.75% 0.75% -
HSV(B) 313.4º 0.39% 0.94% -
XYZ 58.38 43.66 71.68 -
YUV 181.43 148.64 169.06 -
System Red Green Blue C M Y K H S L
Decimal 239 145 218 0 0.39 0.09 0.06 313.4 0.75 0.75
Hex EF 91 DA 0 27 9 6 139 4B 4B
Octal 357 221 332 0 47 11 6 471 113 113
Binary 11101111 10010001 11011010 0 100111 1001 110 100111001 1001011 1001011

Color Harmonies of #EF91DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF91DA

Black with #EF91DA

Text Example


Text Example

White with #EF91DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF91DA; }

 p { color: rgb(239,145,218); }

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

background-color css

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

 a { background-color: rgb(239,145,218); }

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

border-color css

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

 span { border-color: rgb(239,145,218); }

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