Html Css Color HEX #EE0CFC Magenta

📋 copy color: '#EE0CFC'

red 238 ◦ green 12 ◦ blue 252

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

Shades of Magenta #EE0CFC

Tints of Magenta #EE0CFC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.39%

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

R = 47.41%
G = 2.39%
B = 50.2%

CMYK

 C value IS 0.06

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EE0CFC (or 0xEE0CFC) is known color: Magenta. HEX triplet: EE, 0C and FC. RGB value is (238,12,252). Sum of RGB (Red+Green+Blue) = 238+12+252=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 12 (5.08% from 255 or 2.39% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE0CFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0CFC is #11F303. Grayscale: #6A6A6A. Windows color (decimal): -1176324 or 16518382. OLE color: 16518382.

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

Color convert

RGB 238 12 252 -
CMYK 0.06 0.95 0 0.01
HSL 296.5º 0.98% 0.52% -
HSV(B) 296.5º 0.95% 0.99% -
XYZ 52.96 25.47 94.22 -
YUV 106.93 209.87 221.49 -
System Red Green Blue C M Y K H S L
Decimal 238 12 252 0.06 0.95 0 0.01 296.5 0.98 0.52
Hex EE C FC 6 5F 0 1 128 62 34
Octal 356 14 374 6 137 0 1 450 142 64
Binary 11101110 1100 11111100 110 1011111 0 1 100101000 1100010 110100

Color Harmonies of #EE0CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0CFC

Black with #EE0CFC

Text Example


Text Example

White with #EE0CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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