Html Css Color HEX #EE30FB Magenta

📋 copy color: '#EE30FB'

red 238 ◦ green 48 ◦ blue 251

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

Shades of Magenta #EE30FB

Tints of Magenta #EE30FB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 8.94%

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

R = 44.32%
G = 8.94%
B = 46.74%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE30FB (or 0xEE30FB) is known color: Magenta. HEX triplet: EE, 30 and FB. RGB value is (238,48,251). Sum of RGB (Red+Green+Blue) = 238+48+251=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 48 (19.14% from 255 or 8.94% from 537); Blue value is 251 (98.44% from 255 or 46.74% from 537); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE30FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE30FB is #11CF04. Grayscale: #7F7F7F. Windows color (decimal): -1167109 or 16462062. OLE color: 16462062.

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

Color convert

RGB 238 48 251 -
CMYK 0.05 0.81 0 0.02
HSL 296.16º 0.96% 0.59% -
HSV(B) 296.16º 0.81% 0.98% -
XYZ 53.73 27.26 93.7 -
YUV 127.95 197.45 206.49 -
System Red Green Blue C M Y K H S L
Decimal 238 48 251 0.05 0.81 0 0.02 296.16 0.96 0.59
Hex EE 30 FB 5 51 0 2 128 60 3B
Octal 356 60 373 5 121 0 2 450 140 73
Binary 11101110 110000 11111011 101 1010001 0 10 100101000 1100000 111011

Color Harmonies of #EE30FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE30FB

Black with #EE30FB

Text Example


Text Example

White with #EE30FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE30FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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