Html Css Color HEX #EF10ED Magenta

📋 copy color: '#EF10ED'

red 239 ◦ green 16 ◦ blue 237

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

Shades of Magenta #EF10ED

Tints of Magenta #EF10ED

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.25%

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

R = 48.58%
G = 3.25%
B = 48.17%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EF10ED (or 0xEF10ED) is known color: Magenta. HEX triplet: EF, 10 and ED. RGB value is (239,16,237). Sum of RGB (Red+Green+Blue) = 239+16+237=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 16 (6.64% from 255 or 3.25% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EF10ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF10ED is #10EF12. Grayscale: #6B6B6B. Windows color (decimal): -1109779 or 15536367. OLE color: 15536367.

HSL color Cylindrical-coordinate representation of color #EF10ED: hue angle of 300.54º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF10ED is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 16 237 -
CMYK 0 0.93 0.01 0.06
HSL 300.54º 0.87% 0.5% -
HSV(B) 300.54º 0.93% 0.94% -
XYZ 51.07 24.84 82.22 -
YUV 107.87 200.88 221.53 -
System Red Green Blue C M Y K H S L
Decimal 239 16 237 0 0.93 0.01 0.06 300.54 0.87 0.5
Hex EF 10 ED 0 5D 1 6 12D 57 32
Octal 357 20 355 0 135 1 6 455 127 62
Binary 11101111 10000 11101101 0 1011101 1 110 100101101 1010111 110010

Color Harmonies of #EF10ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF10ED

Black with #EF10ED

Text Example


Text Example

White with #EF10ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF10ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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