Html Css Color HEX #EE2EFA Magenta

📋 copy color: '#EE2EFA'

red 238 ◦ green 46 ◦ blue 250

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

Shades of Magenta #EE2EFA

Tints of Magenta #EE2EFA

RGB

 RED value IS 238 (93.36% from 255) = 44.57%

 GREEN value IS 46 (18.36% from 255) = 8.61%

 BLUE value IS 250 (98.05% from 255) = 46.82%

R = 44.57%
G = 8.61%
B = 46.82%

CMYK

 C value IS 0.05

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE2EFA (or 0xEE2EFA) is known color: Magenta. HEX triplet: EE, 2E and FA. RGB value is (238,46,250). Sum of RGB (Red+Green+Blue) = 238+46+250=534 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.57% from 534); Green value is 46 (18.36% from 255 or 8.61% from 534); Blue value is 250 (98.05% from 255 or 46.82% from 534); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE2EFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE2EFA is #11D105. Grayscale: #7E7E7E. Windows color (decimal): -1167622 or 16396014. OLE color: 16396014.

HSL color Cylindrical-coordinate representation of color #EE2EFA: hue angle of 296.47º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EE2EFA is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 46 250 -
CMYK 0.05 0.82 0 0.02
HSL 296.47º 0.95% 0.58% -
HSV(B) 296.47º 0.82% 0.98% -
XYZ 53.49 27.03 92.84 -
YUV 126.66 197.61 207.41 -
System Red Green Blue C M Y K H S L
Decimal 238 46 250 0.05 0.82 0 0.02 296.47 0.95 0.58
Hex EE 2E FA 5 52 0 2 128 5F 3A
Octal 356 56 372 5 122 0 2 450 137 72
Binary 11101110 101110 11111010 101 1010010 0 10 100101000 1011111 111010

Color Harmonies of #EE2EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2EFA

Black with #EE2EFA

Text Example


Text Example

White with #EE2EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2EFA; }

 p { color: rgb(238,46,250); }

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

background-color css

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

 a { background-color: rgb(238,46,250); }

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

border-color css

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

 span { border-color: rgb(238,46,250); }

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