Html Css Color HEX #EF08ED Magenta

📋 copy color: '#EF08ED'

red 239 ◦ green 8 ◦ blue 237

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

Shades of Magenta #EF08ED

Tints of Magenta #EF08ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.97%

R = 49.38%
G = 1.65%
B = 48.97%

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

#EF08ED (or 0xEF08ED) is known color: Magenta. HEX triplet: EF, 08 and ED. RGB value is (239,8,237). Sum of RGB (Red+Green+Blue) = 239+8+237=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 8 (3.52% from 255 or 1.65% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EF08ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF08ED is #10F712. Grayscale: #666666. Windows color (decimal): -1111827 or 15534319. OLE color: 15534319.

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

Color convert

RGB 239 8 237 -
CMYK 0 0.97 0.01 0.06
HSL 300.52º 0.94% 0.48% -
HSV(B) 300.52º 0.97% 0.94% -
XYZ 50.97 24.64 82.19 -
YUV 103.18 203.53 224.88 -
System Red Green Blue C M Y K H S L
Decimal 239 8 237 0 0.97 0.01 0.06 300.52 0.94 0.48
Hex EF 8 ED 0 61 1 6 12D 5E 30
Octal 357 10 355 0 141 1 6 455 136 60
Binary 11101111 1000 11101101 0 1100001 1 110 100101101 1011110 110000

Color Harmonies of #EF08ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF08ED

Black with #EF08ED

Text Example


Text Example

White with #EF08ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF08ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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