Html Css Color HEX #EE14FA Magenta

📋 copy color: '#EE14FA'

red 238 ◦ green 20 ◦ blue 250

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

Shades of Magenta #EE14FA

Tints of Magenta #EE14FA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 3.94%

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

R = 46.85%
G = 3.94%
B = 49.21%

CMYK

 C value IS 0.05

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE14FA (or 0xEE14FA) is known color: Magenta. HEX triplet: EE, 14 and FA. RGB value is (238,20,250). Sum of RGB (Red+Green+Blue) = 238+20+250=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 20 (8.20% from 255 or 3.94% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE14FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE14FA is #11EB05. Grayscale: #6E6E6E. Windows color (decimal): -1174278 or 16389358. OLE color: 16389358.

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

Color convert

RGB 238 20 250 -
CMYK 0.05 0.92 0 0.02
HSL 296.87º 0.96% 0.53% -
HSV(B) 296.87º 0.92% 0.98% -
XYZ 52.77 25.58 92.6 -
YUV 111.4 206.22 218.3 -
System Red Green Blue C M Y K H S L
Decimal 238 20 250 0.05 0.92 0 0.02 296.87 0.96 0.53
Hex EE 14 FA 5 5C 0 2 129 60 35
Octal 356 24 372 5 134 0 2 451 140 65
Binary 11101110 10100 11111010 101 1011100 0 10 100101001 1100000 110101

Color Harmonies of #EE14FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE14FA

Black with #EE14FA

Text Example


Text Example

White with #EE14FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE14FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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