Html Css Color HEX #EE0EFC Magenta

📋 copy color: '#EE0EFC'

red 238 ◦ green 14 ◦ blue 252

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

Shades of Magenta #EE0EFC

Tints of Magenta #EE0EFC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.78%

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

R = 47.22%
G = 2.78%
B = 50%

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

#EE0EFC (or 0xEE0EFC) is known color: Magenta. HEX triplet: EE, 0E and FC. RGB value is (238,14,252). Sum of RGB (Red+Green+Blue) = 238+14+252=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 14 (5.86% from 255 or 2.78% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE0EFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0EFC is #11F103. Grayscale: #6B6B6B. Windows color (decimal): -1175812 or 16518894. OLE color: 16518894.

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

Color convert

RGB 238 14 252 -
CMYK 0.06 0.94 0 0.01
HSL 296.47º 0.98% 0.52% -
HSV(B) 296.47º 0.94% 0.99% -
XYZ 52.99 25.52 94.23 -
YUV 108.11 209.21 220.65 -
System Red Green Blue C M Y K H S L
Decimal 238 14 252 0.06 0.94 0 0.01 296.47 0.98 0.52
Hex EE E FC 6 5E 0 1 128 62 34
Octal 356 16 374 6 136 0 1 450 142 64
Binary 11101110 1110 11111100 110 1011110 0 1 100101000 1100010 110100

Color Harmonies of #EE0EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0EFC

Black with #EE0EFC

Text Example


Text Example

White with #EE0EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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