Html Css Color HEX #EF06E9 Magenta

📋 copy color: '#EF06E9'

red 239 ◦ green 6 ◦ blue 233

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

Shades of Magenta #EF06E9

Tints of Magenta #EF06E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 48.74%

R = 50%
G = 1.26%
B = 48.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#EF06E9 (or 0xEF06E9) is known color: Magenta. HEX triplet: EF, 06 and E9. RGB value is (239,6,233). Sum of RGB (Red+Green+Blue) = 239+6+233=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 6 (2.73% from 255 or 1.26% from 478); Blue value is 233 (91.41% from 255 or 48.74% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EF06E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF06E9 is #10F916. Grayscale: #646464. Windows color (decimal): -1112343 or 15271663. OLE color: 15271663.

HSL color Cylindrical-coordinate representation of color #EF06E9: hue angle of 301.55º 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 #EF06E9 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 6 233 -
CMYK 0 0.97 0.03 0.06
HSL 301.55º 0.95% 0.48% -
HSV(B) 301.55º 0.97% 0.94% -
XYZ 50.37 24.36 79.14 -
YUV 101.55 202.19 226.04 -
System Red Green Blue C M Y K H S L
Decimal 239 6 233 0 0.97 0.03 0.06 301.55 0.95 0.48
Hex EF 6 E9 0 61 3 6 12E 5F 30
Octal 357 6 351 0 141 3 6 456 137 60
Binary 11101111 110 11101001 0 1100001 11 110 100101110 1011111 110000

Color Harmonies of #EF06E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF06E9

Black with #EF06E9

Text Example


Text Example

White with #EF06E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF06E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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