Html Css Color HEX #EF08FF Magenta

📋 copy color: '#EF08FF'

red 239 ◦ green 8 ◦ blue 255

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

Shades of Magenta #EF08FF

Tints of Magenta #EF08FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.8%

R = 47.61%
G = 1.59%
B = 50.8%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EF08FF (or 0xEF08FF) is known color: Magenta. HEX triplet: EF, 08 and FF. RGB value is (239,8,255). Sum of RGB (Red+Green+Blue) = 239+8+255=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 8 (3.52% from 255 or 1.59% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF08FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF08FF is #10F700. Grayscale: #686868. Windows color (decimal): -1111809 or 16713967. OLE color: 16713967.

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

Color convert

RGB 239 8 255 -
CMYK 0.06 0.97 0 0
HSL 296.11º 1% 0.52% -
HSV(B) 296.11º 0.97% 1% -
XYZ 53.73 25.74 96.74 -
YUV 105.23 212.53 223.42 -
System Red Green Blue C M Y K H S L
Decimal 239 8 255 0.06 0.97 0 0 296.11 1 0.52
Hex EF 8 FF 6 61 0 0 128 64 34
Octal 357 10 377 6 141 0 0 450 144 64
Binary 11101111 1000 11111111 110 1100001 0 0 100101000 1100100 110100

Color Harmonies of #EF08FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF08FF

Black with #EF08FF

Text Example


Text Example

White with #EF08FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF08FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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