Html Css Color HEX #EE00C4 Hot Magenta

📋 copy color: '#EE00C4'

red 238 ◦ green 0 ◦ blue 196

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

Shades of Hot Magenta #EE00C4

Tints of Hot Magenta #EE00C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 45.16%

R = 54.84%
G = 0%
B = 45.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EE00C4 (or 0xEE00C4) is known color: Hot Magenta. HEX triplet: EE, 00 and C4. RGB value is (238,0,196). Sum of RGB (Red+Green+Blue) = 238+0+196=434 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.84% from 434); Green value is 0 (0.39% from 255 or 0% from 434); Blue value is 196 (76.95% from 255 or 45.16% from 434); Max value from RGB is 238 - color contains mainly: red. Hex color #EE00C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE00C4 is #11FF3B. Grayscale: #5C5C5C. Windows color (decimal): -1179452 or 12845294. OLE color: 12845294.

HSL color Cylindrical-coordinate representation of color #EE00C4: hue angle of 310.59º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE00C4 is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 0 196 -
CMYK 0 1 0.18 0.07
HSL 310.59º 1% 0.47% -
HSV(B) 310.59º 1% 0.93% -
XYZ 45.22 22.16 54.12 -
YUV 93.51 185.85 231.06 -
System Red Green Blue C M Y K H S L
Decimal 238 0 196 0 1 0.18 0.07 310.59 1 0.47
Hex EE 0 C4 0 64 12 7 137 64 2F
Octal 356 0 304 0 144 22 7 467 144 57
Binary 11101110 0 11000100 0 1100100 10010 111 100110111 1100100 101111

Color Harmonies of #EE00C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE00C4

Black with #EE00C4

Text Example


Text Example

White with #EE00C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE00C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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