Html Css Color HEX #EF2CFD Magenta

📋 copy color: '#EF2CFD'

red 239 ◦ green 44 ◦ blue 253

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

Shades of Magenta #EF2CFD

Tints of Magenta #EF2CFD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 8.21%

 BLUE value IS 253 (99.22% from 255) = 47.2%

R = 44.59%
G = 8.21%
B = 47.2%

CMYK

 C value IS 0.06

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF2CFD (or 0xEF2CFD) is known color: Magenta. HEX triplet: EF, 2C and FD. RGB value is (239,44,253). Sum of RGB (Red+Green+Blue) = 239+44+253=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 44 (17.58% from 255 or 8.21% from 536); Blue value is 253 (99.22% from 255 or 47.20% from 536); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF2CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF2CFD is #10D302. Grayscale: #7D7D7D. Windows color (decimal): -1102595 or 16592111. OLE color: 16592111.

HSL color Cylindrical-coordinate representation of color #EF2CFD: hue angle of 295.98º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EF2CFD is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 44 253 -
CMYK 0.06 0.83 0 0.01
HSL 295.98º 0.98% 0.58% -
HSV(B) 295.98º 0.83% 0.99% -
XYZ 54.23 27.24 95.33 -
YUV 126.13 199.6 208.51 -
System Red Green Blue C M Y K H S L
Decimal 239 44 253 0.06 0.83 0 0.01 295.98 0.98 0.58
Hex EF 2C FD 6 53 0 1 128 62 3A
Octal 357 54 375 6 123 0 1 450 142 72
Binary 11101111 101100 11111101 110 1010011 0 1 100101000 1100010 111010

Color Harmonies of #EF2CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2CFD

Black with #EF2CFD

Text Example


Text Example

White with #EF2CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2CFD; }

 p { color: rgb(239,44,253); }

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

background-color css

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

 a { background-color: rgb(239,44,253); }

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

border-color css

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

 span { border-color: rgb(239,44,253); }

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