Html Css Color HEX #EE08EA Magenta

📋 copy color: '#EE08EA'

red 238 ◦ green 8 ◦ blue 234

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

Shades of Magenta #EE08EA

Tints of Magenta #EE08EA

RGB

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

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

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

R = 49.58%
G = 1.67%
B = 48.75%

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

#EE08EA (or 0xEE08EA) is known color: Magenta. HEX triplet: EE, 08 and EA. RGB value is (238,8,234). Sum of RGB (Red+Green+Blue) = 238+8+234=480 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.58% from 480); Green value is 8 (3.52% from 255 or 1.67% from 480); Blue value is 234 (91.80% from 255 or 48.75% from 480); Max value from RGB is 238 - color contains mainly: red. Hex color #EE08EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE08EA is #11F715. Grayscale: #656565. Windows color (decimal): -1177366 or 15337710. OLE color: 15337710.

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

Color convert

RGB 238 8 234 -
CMYK 0 0.97 0.02 0.07
HSL 301.04º 0.93% 0.48% -
HSV(B) 301.04º 0.97% 0.93% -
XYZ 50.2 24.29 79.88 -
YUV 102.53 202.2 224.62 -
System Red Green Blue C M Y K H S L
Decimal 238 8 234 0 0.97 0.02 0.07 301.04 0.93 0.48
Hex EE 8 EA 0 61 2 7 12D 5D 30
Octal 356 10 352 0 141 2 7 455 135 60
Binary 11101110 1000 11101010 0 1100001 10 111 100101101 1011101 110000

Color Harmonies of #EE08EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE08EA

Black with #EE08EA

Text Example


Text Example

White with #EE08EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE08EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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