Html Css Color HEX #EF02EE Magenta

📋 copy color: '#EF02EE'

red 239 ◦ green 2 ◦ blue 238

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

Shades of Magenta #EF02EE

Tints of Magenta #EF02EE

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.42%

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

R = 49.9%
G = 0.42%
B = 49.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#EF02EE (or 0xEF02EE) is known color: Magenta. HEX triplet: EF, 02 and EE. RGB value is (239,2,238). Sum of RGB (Red+Green+Blue) = 239+2+238=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 2 (1.17% from 255 or 0.42% from 479); Blue value is 238 (93.36% from 255 or 49.69% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EF02EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF02EE is #10FD11. Grayscale: #636363. Windows color (decimal): -1113362 or 15598319. OLE color: 15598319.

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

Color convert

RGB 239 2 238 -
CMYK 0 0.99 0.00 0.06
HSL 300.25º 0.98% 0.47% -
HSV(B) 300.25º 0.99% 0.94% -
XYZ 51.05 24.57 82.94 -
YUV 99.77 206.02 227.31 -
System Red Green Blue C M Y K H S L
Decimal 239 2 238 0 0.99 0.00 0.06 300.25 0.98 0.47
Hex EF 2 EE 0 63 0 6 12C 62 2F
Octal 357 2 356 0 143 0 6 454 142 57
Binary 11101111 10 11101110 0 1100011 0 110 100101100 1100010 101111

Color Harmonies of #EF02EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF02EE

Black with #EF02EE

Text Example


Text Example

White with #EF02EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF02EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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