Html Css Color HEX #EE1CFA Magenta

📋 copy color: '#EE1CFA'

red 238 ◦ green 28 ◦ blue 250

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

Shades of Magenta #EE1CFA

Tints of Magenta #EE1CFA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.43%

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

R = 46.12%
G = 5.43%
B = 48.45%

CMYK

 C value IS 0.05

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE1CFA (or 0xEE1CFA) is known color: Magenta. HEX triplet: EE, 1C and FA. RGB value is (238,28,250). Sum of RGB (Red+Green+Blue) = 238+28+250=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 28 (11.33% from 255 or 5.43% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE1CFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1CFA is #11E305. Grayscale: #737373. Windows color (decimal): -1172230 or 16391406. OLE color: 16391406.

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

Color convert

RGB 238 28 250 -
CMYK 0.05 0.89 0 0.02
HSL 296.76º 0.96% 0.55% -
HSV(B) 296.76º 0.89% 0.98% -
XYZ 52.93 25.91 92.65 -
YUV 116.1 203.57 214.95 -
System Red Green Blue C M Y K H S L
Decimal 238 28 250 0.05 0.89 0 0.02 296.76 0.96 0.55
Hex EE 1C FA 5 59 0 2 129 60 37
Octal 356 34 372 5 131 0 2 451 140 67
Binary 11101110 11100 11111010 101 1011001 0 10 100101001 1100000 110111

Color Harmonies of #EE1CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1CFA

Black with #EE1CFA

Text Example


Text Example

White with #EE1CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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