Html Css Color HEX #EE03EF Magenta

📋 copy color: '#EE03EF'

red 238 ◦ green 3 ◦ blue 239

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

Shades of Magenta #EE03EF

Tints of Magenta #EE03EF

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.63%

 BLUE value IS 239 (93.75% from 255) = 49.79%

R = 49.58%
G = 0.63%
B = 49.79%

CMYK

 C value IS 0.00

 M value IS 0.99

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EE03EF (or 0xEE03EF) is known color: Magenta. HEX triplet: EE, 03 and EF. RGB value is (238,3,239). Sum of RGB (Red+Green+Blue) = 238+3+239=480 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.58% from 480); Green value is 3 (1.56% from 255 or 0.62% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE03EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE03EF is #11FC10. Grayscale: #636363. Windows color (decimal): -1178641 or 15664110. OLE color: 15664110.

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

Color convert

RGB 238 3 239 -
CMYK 0.00 0.99 0 0.06
HSL 299.75º 0.98% 0.47% -
HSV(B) 299.75º 0.99% 0.94% -
XYZ 50.87 24.47 83.7 -
YUV 100.17 206.36 226.31 -
System Red Green Blue C M Y K H S L
Decimal 238 3 239 0.00 0.99 0 0.06 299.75 0.98 0.47
Hex EE 3 EF 0 63 0 6 12C 62 2F
Octal 356 3 357 0 143 0 6 454 142 57
Binary 11101110 11 11101111 0 1100011 0 110 100101100 1100010 101111

Color Harmonies of #EE03EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE03EF

Black with #EE03EF

Text Example


Text Example

White with #EE03EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE03EF; }

 p { color: rgb(238,3,239); }

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

background-color css

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

 a { background-color: rgb(238,3,239); }

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

border-color css

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

 span { border-color: rgb(238,3,239); }

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