Html Css Color HEX #EE17F0 Magenta

📋 copy color: '#EE17F0'

red 238 ◦ green 23 ◦ blue 240

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

Shades of Magenta #EE17F0

Tints of Magenta #EE17F0

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.59%

 BLUE value IS 240 (94.14% from 255) = 47.9%

R = 47.5%
G = 4.59%
B = 47.9%

CMYK

 C value IS 0.01

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EE17F0 (or 0xEE17F0) is known color: Magenta. HEX triplet: EE, 17 and F0. RGB value is (238,23,240). Sum of RGB (Red+Green+Blue) = 238+23+240=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 23 (9.38% from 255 or 4.59% from 501); Blue value is 240 (94.14% from 255 or 47.90% from 501); Max value from RGB is 240 - color contains mainly: blue. Hex color #EE17F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE17F0 is #11E80F. Grayscale: #6F6F6F. Windows color (decimal): -1173520 or 15734766. OLE color: 15734766.

HSL color Cylindrical-coordinate representation of color #EE17F0: hue angle of 299.45º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE17F0 is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 238 23 240 -
CMYK 0.01 0.90 0 0.06
HSL 299.45º 0.88% 0.52% -
HSV(B) 299.45º 0.9% 0.94% -
XYZ 51.29 25.08 84.58 -
YUV 112.02 200.23 217.86 -
System Red Green Blue C M Y K H S L
Decimal 238 23 240 0.01 0.90 0 0.06 299.45 0.88 0.52
Hex EE 17 F0 1 5A 0 6 12B 58 34
Octal 356 27 360 1 132 0 6 453 130 64
Binary 11101110 10111 11110000 1 1011010 0 110 100101011 1011000 110100

Color Harmonies of #EE17F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE17F0

Black with #EE17F0

Text Example


Text Example

White with #EE17F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE17F0; }

 p { color: rgb(238,23,240); }

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

background-color css

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

 a { background-color: rgb(238,23,240); }

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

border-color css

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

 span { border-color: rgb(238,23,240); }

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