Html Css Color HEX #EE0DFA Magenta

📋 copy color: '#EE0DFA'

red 238 ◦ green 13 ◦ blue 250

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

Shades of Magenta #EE0DFA

Tints of Magenta #EE0DFA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.59%

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

R = 47.5%
G = 2.59%
B = 49.9%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE0DFA (or 0xEE0DFA) is known color: Magenta. HEX triplet: EE, 0D and FA. RGB value is (238,13,250). Sum of RGB (Red+Green+Blue) = 238+13+250=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 13 (5.47% from 255 or 2.59% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE0DFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0DFA is #11F205. Grayscale: #6A6A6A. Windows color (decimal): -1176070 or 16387566. OLE color: 16387566.

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

Color convert

RGB 238 13 250 -
CMYK 0.05 0.95 0 0.02
HSL 296.96º 0.96% 0.52% -
HSV(B) 296.96º 0.95% 0.98% -
XYZ 52.66 25.37 92.56 -
YUV 107.29 208.54 221.23 -
System Red Green Blue C M Y K H S L
Decimal 238 13 250 0.05 0.95 0 0.02 296.96 0.96 0.52
Hex EE D FA 5 5F 0 2 129 60 34
Octal 356 15 372 5 137 0 2 451 140 64
Binary 11101110 1101 11111010 101 1011111 0 10 100101001 1100000 110100

Color Harmonies of #EE0DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0DFA

Black with #EE0DFA

Text Example


Text Example

White with #EE0DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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