Html Css Color HEX #EE07EF Magenta

📋 copy color: '#EE07EF'

red 238 ◦ green 7 ◦ blue 239

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

Shades of Magenta #EE07EF

Tints of Magenta #EE07EF

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.45%

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

R = 49.17%
G = 1.45%
B = 49.38%

CMYK

 C value IS 0.00

 M value IS 0.97

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EE07EF (or 0xEE07EF) is known color: Magenta. HEX triplet: EE, 07 and EF. RGB value is (238,7,239). Sum of RGB (Red+Green+Blue) = 238+7+239=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 7 (3.12% from 255 or 1.45% from 484); Blue value is 239 (93.75% from 255 or 49.38% from 484); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE07EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE07EF is #11F810. Grayscale: #656565. Windows color (decimal): -1177617 or 15665134. OLE color: 15665134.

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

Color convert

RGB 238 7 239 -
CMYK 0.00 0.97 0 0.06
HSL 299.74º 0.94% 0.48% -
HSV(B) 299.74º 0.97% 0.94% -
XYZ 50.92 24.56 83.72 -
YUV 102.52 205.03 224.64 -
System Red Green Blue C M Y K H S L
Decimal 238 7 239 0.00 0.97 0 0.06 299.74 0.94 0.48
Hex EE 7 EF 0 61 0 6 12C 5E 30
Octal 356 7 357 0 141 0 6 454 136 60
Binary 11101110 111 11101111 0 1100001 0 110 100101100 1011110 110000

Color Harmonies of #EE07EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE07EF

Black with #EE07EF

Text Example


Text Example

White with #EE07EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE07EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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