Html Css Color HEX #EF00EE Magenta

📋 copy color: '#EF00EE'

red 239 ◦ green 0 ◦ blue 238

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

Shades of Magenta #EF00EE

Tints of Magenta #EF00EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.9%

R = 50.1%
G = 0%
B = 49.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#EF00EE (or 0xEF00EE) is known color: Magenta. HEX triplet: EF, 00 and EE. RGB value is (239,0,238). Sum of RGB (Red+Green+Blue) = 239+0+238=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 0 (0.39% from 255 or 0% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EF00EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF00EE is #10FF11. Grayscale: #616161. Windows color (decimal): -1113874 or 15597807. OLE color: 15597807.

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

Color convert

RGB 239 0 238 -
CMYK 0 1 0.00 0.06
HSL 300.25º 1% 0.47% -
HSV(B) 300.25º 1% 0.94% -
XYZ 51.03 24.52 82.93 -
YUV 98.59 206.68 228.15 -
System Red Green Blue C M Y K H S L
Decimal 239 0 238 0 1 0.00 0.06 300.25 1 0.47
Hex EF 0 EE 0 64 0 6 12C 64 2F
Octal 357 0 356 0 144 0 6 454 144 57
Binary 11101111 0 11101110 0 1100100 0 110 100101100 1100100 101111

Color Harmonies of #EF00EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF00EE

Black with #EF00EE

Text Example


Text Example

White with #EF00EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF00EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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