Html Css Color HEX #EE0FFA Magenta

📋 copy color: '#EE0FFA'

red 238 ◦ green 15 ◦ blue 250

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

Shades of Magenta #EE0FFA

Tints of Magenta #EE0FFA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 2.98%

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

R = 47.32%
G = 2.98%
B = 49.7%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE0FFA (or 0xEE0FFA) is known color: Magenta. HEX triplet: EE, 0F and FA. RGB value is (238,15,250). Sum of RGB (Red+Green+Blue) = 238+15+250=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 15 (6.25% from 255 or 2.98% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE0FFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0FFA is #11F005. Grayscale: #6B6B6B. Windows color (decimal): -1175558 or 16388078. OLE color: 16388078.

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

Color convert

RGB 238 15 250 -
CMYK 0.05 0.94 0 0.02
HSL 296.94º 0.96% 0.52% -
HSV(B) 296.94º 0.94% 0.98% -
XYZ 52.69 25.42 92.57 -
YUV 108.47 207.88 220.39 -
System Red Green Blue C M Y K H S L
Decimal 238 15 250 0.05 0.94 0 0.02 296.94 0.96 0.52
Hex EE F FA 5 5E 0 2 129 60 34
Octal 356 17 372 5 136 0 2 451 140 64
Binary 11101110 1111 11111010 101 1011110 0 10 100101001 1100000 110100

Color Harmonies of #EE0FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0FFA

Black with #EE0FFA

Text Example


Text Example

White with #EE0FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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