Html Css Color HEX #EE2BFA Magenta

📋 copy color: '#EE2BFA'

red 238 ◦ green 43 ◦ blue 250

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

Shades of Magenta #EE2BFA

Tints of Magenta #EE2BFA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.1%

 BLUE value IS 250 (98.05% from 255) = 47.08%

R = 44.82%
G = 8.1%
B = 47.08%

CMYK

 C value IS 0.05

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE2BFA (or 0xEE2BFA) is known color: Magenta. HEX triplet: EE, 2B and FA. RGB value is (238,43,250). Sum of RGB (Red+Green+Blue) = 238+43+250=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 43 (17.19% from 255 or 8.10% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE2BFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE2BFA is #11D405. Grayscale: #7C7C7C. Windows color (decimal): -1168390 or 16395246. OLE color: 16395246.

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

Color convert

RGB 238 43 250 -
CMYK 0.05 0.83 0 0.02
HSL 296.52º 0.95% 0.57% -
HSV(B) 296.52º 0.83% 0.98% -
XYZ 53.38 26.81 92.8 -
YUV 124.9 198.6 208.67 -
System Red Green Blue C M Y K H S L
Decimal 238 43 250 0.05 0.83 0 0.02 296.52 0.95 0.57
Hex EE 2B FA 5 53 0 2 129 5F 39
Octal 356 53 372 5 123 0 2 451 137 71
Binary 11101110 101011 11111010 101 1010011 0 10 100101001 1011111 111001

Color Harmonies of #EE2BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2BFA

Black with #EE2BFA

Text Example


Text Example

White with #EE2BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2BFA; }

 p { color: rgb(238,43,250); }

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

background-color css

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

 a { background-color: rgb(238,43,250); }

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

border-color css

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

 span { border-color: rgb(238,43,250); }

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