Html Css Color HEX #EE14FB Magenta

📋 copy color: '#EE14FB'

red 238 ◦ green 20 ◦ blue 251

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

Shades of Magenta #EE14FB

Tints of Magenta #EE14FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.31%

R = 46.76%
G = 3.93%
B = 49.31%

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

#EE14FB (or 0xEE14FB) is known color: Magenta. HEX triplet: EE, 14 and FB. RGB value is (238,20,251). Sum of RGB (Red+Green+Blue) = 238+20+251=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 20 (8.20% from 255 or 3.93% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE14FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE14FB is #11EB04. Grayscale: #6E6E6E. Windows color (decimal): -1174277 or 16454894. OLE color: 16454894.

HSL color Cylindrical-coordinate representation of color #EE14FB: hue angle of 296.62º degrees, saturation: 0.97, 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 #EE14FB is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 20 251 -
CMYK 0.05 0.92 0 0.02
HSL 296.62º 0.97% 0.53% -
HSV(B) 296.62º 0.92% 0.98% -
XYZ 52.92 25.64 93.43 -
YUV 111.52 206.72 218.22 -
System Red Green Blue C M Y K H S L
Decimal 238 20 251 0.05 0.92 0 0.02 296.62 0.97 0.53
Hex EE 14 FB 5 5C 0 2 129 61 35
Octal 356 24 373 5 134 0 2 451 141 65
Binary 11101110 10100 11111011 101 1011100 0 10 100101001 1100001 110101

Color Harmonies of #EE14FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE14FB

Black with #EE14FB

Text Example


Text Example

White with #EE14FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE14FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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