Html Css Color HEX #EE1BF2 Magenta

📋 copy color: '#EE1BF2'

red 238 ◦ green 27 ◦ blue 242

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

Shades of Magenta #EE1BF2

Tints of Magenta #EE1BF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 47.73%

R = 46.94%
G = 5.33%
B = 47.73%

CMYK

 C value IS 0.02

 M value IS 0.89

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EE1BF2 (or 0xEE1BF2) is known color: Magenta. HEX triplet: EE, 1B and F2. RGB value is (238,27,242). Sum of RGB (Red+Green+Blue) = 238+27+242=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 27 (10.94% from 255 or 5.33% from 507); Blue value is 242 (94.92% from 255 or 47.73% from 507); Max value from RGB is 242 - color contains mainly: blue. Hex color #EE1BF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1BF2 is #11E40D. Grayscale: #717171. Windows color (decimal): -1172494 or 15866862. OLE color: 15866862.

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

Color convert

RGB 238 27 242 -
CMYK 0.02 0.89 0 0.05
HSL 298.88º 0.89% 0.53% -
HSV(B) 298.88º 0.89% 0.95% -
XYZ 51.68 25.37 86.18 -
YUV 114.6 199.9 216.02 -
System Red Green Blue C M Y K H S L
Decimal 238 27 242 0.02 0.89 0 0.05 298.88 0.89 0.53
Hex EE 1B F2 2 59 0 5 12B 59 35
Octal 356 33 362 2 131 0 5 453 131 65
Binary 11101110 11011 11110010 10 1011001 0 101 100101011 1011001 110101

Color Harmonies of #EE1BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1BF2

Black with #EE1BF2

Text Example


Text Example

White with #EE1BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1BF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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