Html Css Color HEX #EE15FB Magenta

📋 copy color: '#EE15FB'

red 238 ◦ green 21 ◦ blue 251

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

Shades of Magenta #EE15FB

Tints of Magenta #EE15FB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.12%

 BLUE value IS 251 (98.44% from 255) = 49.22%

R = 46.67%
G = 4.12%
B = 49.22%

CMYK

 C value IS 0.05

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE15FB (or 0xEE15FB) is known color: Magenta. HEX triplet: EE, 15 and FB. RGB value is (238,21,251). Sum of RGB (Red+Green+Blue) = 238+21+251=510 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.67% from 510); Green value is 21 (8.59% from 255 or 4.12% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE15FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE15FB is #11EA04. Grayscale: #6F6F6F. Windows color (decimal): -1174021 or 16455150. OLE color: 16455150.

HSL color Cylindrical-coordinate representation of color #EE15FB: hue angle of 296.61º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE15FB is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 21 251 -
CMYK 0.05 0.92 0 0.02
HSL 296.61º 0.97% 0.53% -
HSV(B) 296.61º 0.92% 0.98% -
XYZ 52.94 25.68 93.43 -
YUV 112.1 206.39 217.8 -
System Red Green Blue C M Y K H S L
Decimal 238 21 251 0.05 0.92 0 0.02 296.61 0.97 0.53
Hex EE 15 FB 5 5C 0 2 129 61 35
Octal 356 25 373 5 134 0 2 451 141 65
Binary 11101110 10101 11111011 101 1011100 0 10 100101001 1100001 110101

Color Harmonies of #EE15FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE15FB

Black with #EE15FB

Text Example


Text Example

White with #EE15FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE15FB; }

 p { color: rgb(238,21,251); }

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

background-color css

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

 a { background-color: rgb(238,21,251); }

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

border-color css

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

 span { border-color: rgb(238,21,251); }

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