Html Css Color HEX #EE00FB Magenta

📋 copy color: '#EE00FB'

red 238 ◦ green 0 ◦ blue 251

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

Shades of Magenta #EE00FB

Tints of Magenta #EE00FB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 48.67%
G = 0%
B = 51.33%

CMYK

 C value IS 0.05

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE00FB (or 0xEE00FB) is known color: Magenta. HEX triplet: EE, 00 and FB. RGB value is (238,0,251). Sum of RGB (Red+Green+Blue) = 238+0+251=489 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.67% from 489); Green value is 0 (0.39% from 255 or 0% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE00FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE00FB is #11FF04. Grayscale: #636363. Windows color (decimal): -1179397 or 16449774. OLE color: 16449774.

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

Color convert

RGB 238 0 251 -
CMYK 0.05 1 0 0.02
HSL 296.89º 1% 0.49% -
HSV(B) 296.89º 1% 0.98% -
XYZ 52.67 25.14 93.34 -
YUV 99.78 213.35 226.59 -
System Red Green Blue C M Y K H S L
Decimal 238 0 251 0.05 1 0 0.02 296.89 1 0.49
Hex EE 0 FB 5 64 0 2 129 64 31
Octal 356 0 373 5 144 0 2 451 144 61
Binary 11101110 0 11111011 101 1100100 0 10 100101001 1100100 110001

Color Harmonies of #EE00FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE00FB

Black with #EE00FB

Text Example


Text Example

White with #EE00FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE00FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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