Html Css Color HEX #EE14FC Magenta

📋 copy color: '#EE14FC'

red 238 ◦ green 20 ◦ blue 252

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

Shades of Magenta #EE14FC

Tints of Magenta #EE14FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.41%

R = 46.67%
G = 3.92%
B = 49.41%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EE14FC (or 0xEE14FC) is known color: Magenta. HEX triplet: EE, 14 and FC. RGB value is (238,20,252). Sum of RGB (Red+Green+Blue) = 238+20+252=510 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.67% from 510); Green value is 20 (8.20% from 255 or 3.92% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE14FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE14FC is #11EB03. Grayscale: #6E6E6E. Windows color (decimal): -1174276 or 16520430. OLE color: 16520430.

HSL color Cylindrical-coordinate representation of color #EE14FC: hue angle of 296.38º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE14FC is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 238 20 252 -
CMYK 0.06 0.92 0 0.01
HSL 296.38º 0.97% 0.53% -
HSV(B) 296.38º 0.92% 0.99% -
XYZ 53.08 25.71 94.26 -
YUV 111.63 207.22 218.14 -
System Red Green Blue C M Y K H S L
Decimal 238 20 252 0.06 0.92 0 0.01 296.38 0.97 0.53
Hex EE 14 FC 6 5C 0 1 128 61 35
Octal 356 24 374 6 134 0 1 450 141 65
Binary 11101110 10100 11111100 110 1011100 0 1 100101000 1100001 110101

Color Harmonies of #EE14FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE14FC

Black with #EE14FC

Text Example


Text Example

White with #EE14FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE14FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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