Html Css Color HEX #EE2AF4 Magenta

📋 copy color: '#EE2AF4'

red 238 ◦ green 42 ◦ blue 244

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

Shades of Magenta #EE2AF4

Tints of Magenta #EE2AF4

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.02%

 BLUE value IS 244 (95.7% from 255) = 46.56%

R = 45.42%
G = 8.02%
B = 46.56%

CMYK

 C value IS 0.02

 M value IS 0.83

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EE2AF4 (or 0xEE2AF4) is known color: Magenta. HEX triplet: EE, 2A and F4. RGB value is (238,42,244). Sum of RGB (Red+Green+Blue) = 238+42+244=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 42 (16.80% from 255 or 8.02% from 524); Blue value is 244 (95.70% from 255 or 46.56% from 524); Max value from RGB is 244 - color contains mainly: blue. Hex color #EE2AF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE2AF4 is #11D50B. Grayscale: #7B7B7B. Windows color (decimal): -1168652 or 16001774. OLE color: 16001774.

HSL color Cylindrical-coordinate representation of color #EE2AF4: hue angle of 298.22º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EE2AF4 is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 238 42 244 -
CMYK 0.02 0.83 0 0.04
HSL 298.22º 0.9% 0.56% -
HSV(B) 298.22º 0.83% 0.96% -
XYZ 52.42 26.36 87.91 -
YUV 123.63 195.93 209.57 -
System Red Green Blue C M Y K H S L
Decimal 238 42 244 0.02 0.83 0 0.04 298.22 0.9 0.56
Hex EE 2A F4 2 53 0 4 12A 5A 38
Octal 356 52 364 2 123 0 4 452 132 70
Binary 11101110 101010 11110100 10 1010011 0 100 100101010 1011010 111000

Color Harmonies of #EE2AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2AF4

Black with #EE2AF4

Text Example


Text Example

White with #EE2AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2AF4; }

 p { color: rgb(238,42,244); }

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

background-color css

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

 a { background-color: rgb(238,42,244); }

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

border-color css

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

 span { border-color: rgb(238,42,244); }

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