Html Css Color HEX #EF08EC Magenta

📋 copy color: '#EF08EC'

red 239 ◦ green 8 ◦ blue 236

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

Shades of Magenta #EF08EC

Tints of Magenta #EF08EC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.66%

 BLUE value IS 236 (92.58% from 255) = 48.86%

R = 49.48%
G = 1.66%
B = 48.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EF08EC (or 0xEF08EC) is known color: Magenta. HEX triplet: EF, 08 and EC. RGB value is (239,8,236). Sum of RGB (Red+Green+Blue) = 239+8+236=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 8 (3.52% from 255 or 1.66% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EF08EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF08EC is #10F713. Grayscale: #666666. Windows color (decimal): -1111828 or 15468783. OLE color: 15468783.

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

Color convert

RGB 239 8 236 -
CMYK 0 0.97 0.01 0.06
HSL 300.78º 0.94% 0.48% -
HSV(B) 300.78º 0.97% 0.94% -
XYZ 50.82 24.58 81.42 -
YUV 103.06 203.03 224.96 -
System Red Green Blue C M Y K H S L
Decimal 239 8 236 0 0.97 0.01 0.06 300.78 0.94 0.48
Hex EF 8 EC 0 61 1 6 12D 5E 30
Octal 357 10 354 0 141 1 6 455 136 60
Binary 11101111 1000 11101100 0 1100001 1 110 100101101 1011110 110000

Color Harmonies of #EF08EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF08EC

Black with #EF08EC

Text Example


Text Example

White with #EF08EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF08EC; }

 p { color: rgb(239,8,236); }

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

background-color css

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

 a { background-color: rgb(239,8,236); }

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

border-color css

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

 span { border-color: rgb(239,8,236); }

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