Html Css Color HEX #EE08EF Magenta

📋 copy color: '#EE08EF'

red 238 ◦ green 8 ◦ blue 239

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

Shades of Magenta #EE08EF

Tints of Magenta #EE08EF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.65%

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

R = 49.07%
G = 1.65%
B = 49.28%

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

#EE08EF (or 0xEE08EF) is known color: Magenta. HEX triplet: EE, 08 and EF. RGB value is (238,8,239). Sum of RGB (Red+Green+Blue) = 238+8+239=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 8 (3.52% from 255 or 1.65% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE08EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE08EF is #11F710. Grayscale: #666666. Windows color (decimal): -1177361 or 15665390. OLE color: 15665390.

HSL color Cylindrical-coordinate representation of color #EE08EF: 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 #EE08EF is Cyan = 0.00, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 238 8 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.93 24.58 83.72 -
YUV 103.1 204.7 224.22 -
System Red Green Blue C M Y K H S L
Decimal 238 8 239 0.00 0.97 0 0.06 299.74 0.94 0.48
Hex EE 8 EF 0 61 0 6 12C 5E 30
Octal 356 10 357 0 141 0 6 454 136 60
Binary 11101110 1000 11101111 0 1100001 0 110 100101100 1011110 110000

Color Harmonies of #EE08EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE08EF

Black with #EE08EF

Text Example


Text Example

White with #EE08EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE08EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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