Html Css Color HEX #EF1EFD Magenta

📋 copy color: '#EF1EFD'

red 239 ◦ green 30 ◦ blue 253

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

Shades of Magenta #EF1EFD

Tints of Magenta #EF1EFD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 5.75%

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

R = 45.79%
G = 5.75%
B = 48.47%

CMYK

 C value IS 0.06

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF1EFD (or 0xEF1EFD) is known color: Magenta. HEX triplet: EF, 1E and FD. RGB value is (239,30,253). Sum of RGB (Red+Green+Blue) = 239+30+253=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 30 (12.11% from 255 or 5.75% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF1EFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF1EFD is #10E102. Grayscale: #757575. Windows color (decimal): -1106179 or 16588527. OLE color: 16588527.

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

Color convert

RGB 239 30 253 -
CMYK 0.06 0.88 0 0.01
HSL 296.23º 0.98% 0.55% -
HSV(B) 296.23º 0.88% 0.99% -
XYZ 53.79 26.37 95.18 -
YUV 117.91 204.24 214.37 -
System Red Green Blue C M Y K H S L
Decimal 239 30 253 0.06 0.88 0 0.01 296.23 0.98 0.55
Hex EF 1E FD 6 58 0 1 128 62 37
Octal 357 36 375 6 130 0 1 450 142 67
Binary 11101111 11110 11111101 110 1011000 0 1 100101000 1100010 110111

Color Harmonies of #EF1EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1EFD

Black with #EF1EFD

Text Example


Text Example

White with #EF1EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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