Html Css Color HEX #EE1DFC Magenta

📋 copy color: '#EE1DFC'

red 238 ◦ green 29 ◦ blue 252

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

Shades of Magenta #EE1DFC

Tints of Magenta #EE1DFC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.59%

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

R = 45.86%
G = 5.59%
B = 48.55%

CMYK

 C value IS 0.06

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EE1DFC (or 0xEE1DFC) is known color: Magenta. HEX triplet: EE, 1D and FC. RGB value is (238,29,252). Sum of RGB (Red+Green+Blue) = 238+29+252=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 29 (11.72% from 255 or 5.59% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE1DFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1DFC is #11E203. Grayscale: #747474. Windows color (decimal): -1171972 or 16522734. OLE color: 16522734.

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

Color convert

RGB 238 29 252 -
CMYK 0.06 0.88 0 0.01
HSL 296.23º 0.97% 0.55% -
HSV(B) 296.23º 0.88% 0.99% -
XYZ 53.27 26.08 94.32 -
YUV 116.91 204.24 214.37 -
System Red Green Blue C M Y K H S L
Decimal 238 29 252 0.06 0.88 0 0.01 296.23 0.97 0.55
Hex EE 1D FC 6 58 0 1 128 61 37
Octal 356 35 374 6 130 0 1 450 141 67
Binary 11101110 11101 11111100 110 1011000 0 1 100101000 1100001 110111

Color Harmonies of #EE1DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1DFC

Black with #EE1DFC

Text Example


Text Example

White with #EE1DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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