Html Css Color HEX #EE1CFB Magenta

📋 copy color: '#EE1CFB'

red 238 ◦ green 28 ◦ blue 251

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

Shades of Magenta #EE1CFB

Tints of Magenta #EE1CFB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.42%

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

R = 46.03%
G = 5.42%
B = 48.55%

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

#EE1CFB (or 0xEE1CFB) is known color: Magenta. HEX triplet: EE, 1C and FB. RGB value is (238,28,251). Sum of RGB (Red+Green+Blue) = 238+28+251=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 28 (11.33% from 255 or 5.42% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE1CFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1CFB is #11E304. Grayscale: #737373. Windows color (decimal): -1172229 or 16456942. OLE color: 16456942.

HSL color Cylindrical-coordinate representation of color #EE1CFB: hue angle of 296.5º 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 #EE1CFB is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 28 251 -
CMYK 0.05 0.89 0 0.02
HSL 296.5º 0.97% 0.55% -
HSV(B) 296.5º 0.89% 0.98% -
XYZ 53.09 25.97 93.48 -
YUV 116.21 204.07 214.87 -
System Red Green Blue C M Y K H S L
Decimal 238 28 251 0.05 0.89 0 0.02 296.5 0.97 0.55
Hex EE 1C FB 5 59 0 2 129 61 37
Octal 356 34 373 5 131 0 2 451 141 67
Binary 11101110 11100 11111011 101 1011001 0 10 100101001 1100001 110111

Color Harmonies of #EE1CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1CFB

Black with #EE1CFB

Text Example


Text Example

White with #EE1CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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