Html Css Color HEX #EF06EE Magenta

📋 copy color: '#EF06EE'

red 239 ◦ green 6 ◦ blue 238

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

Shades of Magenta #EF06EE

Tints of Magenta #EF06EE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.24%

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

R = 49.48%
G = 1.24%
B = 49.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#EF06EE (or 0xEF06EE) is known color: Magenta. HEX triplet: EF, 06 and EE. RGB value is (239,6,238). Sum of RGB (Red+Green+Blue) = 239+6+238=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 6 (2.73% from 255 or 1.24% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EF06EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF06EE is #10F911. Grayscale: #656565. Windows color (decimal): -1112338 or 15599343. OLE color: 15599343.

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

Color convert

RGB 239 6 238 -
CMYK 0 0.97 0.00 0.06
HSL 300.26º 0.95% 0.48% -
HSV(B) 300.26º 0.97% 0.94% -
XYZ 51.09 24.65 82.95 -
YUV 102.12 204.69 225.64 -
System Red Green Blue C M Y K H S L
Decimal 239 6 238 0 0.97 0.00 0.06 300.26 0.95 0.48
Hex EF 6 EE 0 61 0 6 12C 5F 30
Octal 357 6 356 0 141 0 6 454 137 60
Binary 11101111 110 11101110 0 1100001 0 110 100101100 1011111 110000

Color Harmonies of #EF06EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF06EE

Black with #EF06EE

Text Example


Text Example

White with #EF06EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF06EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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