Html Css Color HEX #EF0AEE Magenta

📋 copy color: '#EF0AEE'

red 239 ◦ green 10 ◦ blue 238

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

Shades of Magenta #EF0AEE

Tints of Magenta #EF0AEE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.05%

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

R = 49.08%
G = 2.05%
B = 48.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#EF0AEE (or 0xEF0AEE) is known color: Magenta. HEX triplet: EF, 0A and EE. RGB value is (239,10,238). Sum of RGB (Red+Green+Blue) = 239+10+238=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 10 (4.30% from 255 or 2.05% from 487); Blue value is 238 (93.36% from 255 or 48.87% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0AEE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF0AEE is #10F511. Grayscale: #676767. Windows color (decimal): -1111314 or 15600367. OLE color: 15600367.

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

Color convert

RGB 239 10 238 -
CMYK 0 0.96 0.00 0.06
HSL 300.26º 0.92% 0.49% -
HSV(B) 300.26º 0.96% 0.94% -
XYZ 51.14 24.74 82.97 -
YUV 104.46 203.37 223.96 -
System Red Green Blue C M Y K H S L
Decimal 239 10 238 0 0.96 0.00 0.06 300.26 0.92 0.49
Hex EF A EE 0 60 0 6 12C 5C 31
Octal 357 12 356 0 140 0 6 454 134 61
Binary 11101111 1010 11101110 0 1100000 0 110 100101100 1011100 110001

Color Harmonies of #EF0AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0AEE

Black with #EF0AEE

Text Example


Text Example

White with #EF0AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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