Html Css Color HEX #EE1BFB Magenta

📋 copy color: '#EE1BFB'

red 238 ◦ green 27 ◦ blue 251

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

Shades of Magenta #EE1BFB

Tints of Magenta #EE1BFB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.23%

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

R = 46.12%
G = 5.23%
B = 48.64%

CMYK

 C value IS 0.05

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE1BFB (or 0xEE1BFB) is known color: Magenta. HEX triplet: EE, 1B and FB. RGB value is (238,27,251). Sum of RGB (Red+Green+Blue) = 238+27+251=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 27 (10.94% from 255 or 5.23% from 516); Blue value is 251 (98.44% from 255 or 48.64% from 516); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE1BFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1BFB is #11E404. Grayscale: #727272. Windows color (decimal): -1172485 or 16456686. OLE color: 16456686.

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

Color convert

RGB 238 27 251 -
CMYK 0.05 0.89 0 0.02
HSL 296.52º 0.97% 0.55% -
HSV(B) 296.52º 0.89% 0.98% -
XYZ 53.06 25.93 93.47 -
YUV 115.63 204.4 215.29 -
System Red Green Blue C M Y K H S L
Decimal 238 27 251 0.05 0.89 0 0.02 296.52 0.97 0.55
Hex EE 1B FB 5 59 0 2 129 61 37
Octal 356 33 373 5 131 0 2 451 141 67
Binary 11101110 11011 11111011 101 1011001 0 10 100101001 1100001 110111

Color Harmonies of #EE1BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1BFB

Black with #EE1BFB

Text Example


Text Example

White with #EE1BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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