Html Css Color HEX #EE26FB Magenta

📋 copy color: '#EE26FB'

red 238 ◦ green 38 ◦ blue 251

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

Shades of Magenta #EE26FB

Tints of Magenta #EE26FB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 7.21%

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

R = 45.16%
G = 7.21%
B = 47.63%

CMYK

 C value IS 0.05

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE26FB (or 0xEE26FB) is known color: Magenta. HEX triplet: EE, 26 and FB. RGB value is (238,38,251). Sum of RGB (Red+Green+Blue) = 238+38+251=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 38 (15.23% from 255 or 7.21% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE26FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE26FB is #11D904. Grayscale: #797979. Windows color (decimal): -1169669 or 16459502. OLE color: 16459502.

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

Color convert

RGB 238 38 251 -
CMYK 0.05 0.85 0 0.02
HSL 296.34º 0.96% 0.57% -
HSV(B) 296.34º 0.85% 0.98% -
XYZ 53.37 26.53 93.57 -
YUV 122.08 200.76 210.68 -
System Red Green Blue C M Y K H S L
Decimal 238 38 251 0.05 0.85 0 0.02 296.34 0.96 0.57
Hex EE 26 FB 5 55 0 2 128 60 39
Octal 356 46 373 5 125 0 2 450 140 71
Binary 11101110 100110 11111011 101 1010101 0 10 100101000 1100000 111001

Color Harmonies of #EE26FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE26FB

Black with #EE26FB

Text Example


Text Example

White with #EE26FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE26FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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