Html Css Color HEX #EF00ED Magenta

📋 copy color: '#EF00ED'

red 239 ◦ green 0 ◦ blue 237

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

Shades of Magenta #EF00ED

Tints of Magenta #EF00ED

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50.21%
G = 0%
B = 49.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EF00ED (or 0xEF00ED) is known color: Magenta. HEX triplet: EF, 00 and ED. RGB value is (239,0,237). Sum of RGB (Red+Green+Blue) = 239+0+237=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 0 (0.39% from 255 or 0% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EF00ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF00ED is #10FF12. Grayscale: #616161. Windows color (decimal): -1113875 or 15532271. OLE color: 15532271.

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

Color convert

RGB 239 0 237 -
CMYK 0 1 0.01 0.06
HSL 300.5º 1% 0.47% -
HSV(B) 300.5º 1% 0.94% -
XYZ 50.88 24.47 82.16 -
YUV 98.48 206.18 228.23 -
System Red Green Blue C M Y K H S L
Decimal 239 0 237 0 1 0.01 0.06 300.5 1 0.47
Hex EF 0 ED 0 64 1 6 12D 64 2F
Octal 357 0 355 0 144 1 6 455 144 57
Binary 11101111 0 11101101 0 1100100 1 110 100101101 1100100 101111

Color Harmonies of #EF00ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF00ED

Black with #EF00ED

Text Example


Text Example

White with #EF00ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF00ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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