Html Css Color HEX #EE06E7 Magenta

📋 copy color: '#EE06E7'

red 238 ◦ green 6 ◦ blue 231

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

Shades of Magenta #EE06E7

Tints of Magenta #EE06E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 48.63%

R = 50.11%
G = 1.26%
B = 48.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EE06E7 (or 0xEE06E7) is known color: Magenta. HEX triplet: EE, 06 and E7. RGB value is (238,6,231). Sum of RGB (Red+Green+Blue) = 238+6+231=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 6 (2.73% from 255 or 1.26% from 475); Blue value is 231 (90.62% from 255 or 48.63% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EE06E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE06E7 is #11F918. Grayscale: #646464. Windows color (decimal): -1177881 or 15140590. OLE color: 15140590.

HSL color Cylindrical-coordinate representation of color #EE06E7: hue angle of 301.81º 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 #EE06E7 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 6 231 -
CMYK 0 0.97 0.03 0.07
HSL 301.81º 0.95% 0.48% -
HSV(B) 301.81º 0.97% 0.93% -
XYZ 49.75 24.08 77.63 -
YUV 101.02 201.36 225.7 -
System Red Green Blue C M Y K H S L
Decimal 238 6 231 0 0.97 0.03 0.07 301.81 0.95 0.48
Hex EE 6 E7 0 61 3 7 12E 5F 30
Octal 356 6 347 0 141 3 7 456 137 60
Binary 11101110 110 11100111 0 1100001 11 111 100101110 1011111 110000

Color Harmonies of #EE06E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE06E7

Black with #EE06E7

Text Example


Text Example

White with #EE06E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE06E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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