Html Css Color HEX #EE10FD Magenta

📋 copy color: '#EE10FD'

red 238 ◦ green 16 ◦ blue 253

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

Shades of Magenta #EE10FD

Tints of Magenta #EE10FD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.16%

 BLUE value IS 253 (99.22% from 255) = 49.9%

R = 46.94%
G = 3.16%
B = 49.9%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EE10FD (or 0xEE10FD) is known color: Magenta. HEX triplet: EE, 10 and FD. RGB value is (238,16,253). Sum of RGB (Red+Green+Blue) = 238+16+253=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 16 (6.64% from 255 or 3.16% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE10FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE10FD is #11EF02. Grayscale: #6C6C6C. Windows color (decimal): -1175299 or 16584942. OLE color: 16584942.

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

Color convert

RGB 238 16 253 -
CMYK 0.06 0.94 0 0.01
HSL 296.2º 0.98% 0.53% -
HSV(B) 296.2º 0.94% 0.99% -
XYZ 53.17 25.64 95.07 -
YUV 109.4 209.05 219.73 -
System Red Green Blue C M Y K H S L
Decimal 238 16 253 0.06 0.94 0 0.01 296.2 0.98 0.53
Hex EE 10 FD 6 5E 0 1 128 62 35
Octal 356 20 375 6 136 0 1 450 142 65
Binary 11101110 10000 11111101 110 1011110 0 1 100101000 1100010 110101

Color Harmonies of #EE10FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE10FD

Black with #EE10FD

Text Example


Text Example

White with #EE10FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE10FD; }

 p { color: rgb(238,16,253); }

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

background-color css

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

 a { background-color: rgb(238,16,253); }

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

border-color css

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

 span { border-color: rgb(238,16,253); }

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