Html Css Color HEX #EE06EA Magenta

📋 copy color: '#EE06EA'

red 238 ◦ green 6 ◦ blue 234

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

Shades of Magenta #EE06EA

Tints of Magenta #EE06EA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.26%

 BLUE value IS 234 (91.8% from 255) = 48.95%

R = 49.79%
G = 1.26%
B = 48.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EE06EA (or 0xEE06EA) is known color: Magenta. HEX triplet: EE, 06 and EA. RGB value is (238,6,234). Sum of RGB (Red+Green+Blue) = 238+6+234=478 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.79% from 478); Green value is 6 (2.73% from 255 or 1.26% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 238 - color contains mainly: red. Hex color #EE06EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE06EA is #11F915. Grayscale: #646464. Windows color (decimal): -1177878 or 15337198. OLE color: 15337198.

HSL color Cylindrical-coordinate representation of color #EE06EA: hue angle of 301.03º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE06EA is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 6 234 -
CMYK 0 0.97 0.02 0.07
HSL 301.03º 0.95% 0.48% -
HSV(B) 301.03º 0.97% 0.93% -
XYZ 50.18 24.25 79.88 -
YUV 101.36 202.86 225.46 -
System Red Green Blue C M Y K H S L
Decimal 238 6 234 0 0.97 0.02 0.07 301.03 0.95 0.48
Hex EE 6 EA 0 61 2 7 12D 5F 30
Octal 356 6 352 0 141 2 7 455 137 60
Binary 11101110 110 11101010 0 1100001 10 111 100101101 1011111 110000

Color Harmonies of #EE06EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE06EA

Black with #EE06EA

Text Example


Text Example

White with #EE06EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE06EA; }

 p { color: rgb(238,6,234); }

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

background-color css

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

 a { background-color: rgb(238,6,234); }

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

border-color css

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

 span { border-color: rgb(238,6,234); }

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