Html Css Color HEX #EF05EE Magenta

📋 copy color: '#EF05EE'

red 239 ◦ green 5 ◦ blue 238

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

Shades of Magenta #EF05EE

Tints of Magenta #EF05EE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.04%

 BLUE value IS 238 (93.36% from 255) = 49.38%

R = 49.59%
G = 1.04%
B = 49.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#EF05EE (or 0xEF05EE) is known color: Magenta. HEX triplet: EF, 05 and EE. RGB value is (239,5,238). Sum of RGB (Red+Green+Blue) = 239+5+238=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 5 (2.34% from 255 or 1.04% from 482); Blue value is 238 (93.36% from 255 or 49.38% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EF05EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF05EE is #10FA11. Grayscale: #646464. Windows color (decimal): -1112594 or 15599087. OLE color: 15599087.

HSL color Cylindrical-coordinate representation of color #EF05EE: hue angle of 300.26º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF05EE is Cyan = 0, Magento = 0.98, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 5 238 -
CMYK 0 0.98 0.00 0.06
HSL 300.26º 0.96% 0.48% -
HSV(B) 300.26º 0.98% 0.94% -
XYZ 51.08 24.63 82.95 -
YUV 101.53 205.02 226.05 -
System Red Green Blue C M Y K H S L
Decimal 239 5 238 0 0.98 0.00 0.06 300.26 0.96 0.48
Hex EF 5 EE 0 62 0 6 12C 60 30
Octal 357 5 356 0 142 0 6 454 140 60
Binary 11101111 101 11101110 0 1100010 0 110 100101100 1100000 110000

Color Harmonies of #EF05EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF05EE

Black with #EF05EE

Text Example


Text Example

White with #EF05EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF05EE; }

 p { color: rgb(239,5,238); }

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

background-color css

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

 a { background-color: rgb(239,5,238); }

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

border-color css

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

 span { border-color: rgb(239,5,238); }

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