Html Css Color HEX #EF30FB Magenta

📋 copy color: '#EF30FB'

red 239 ◦ green 48 ◦ blue 251

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

Shades of Magenta #EF30FB

Tints of Magenta #EF30FB

RGB

 RED value IS 239 (93.75% from 255) = 44.42%

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

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

R = 44.42%
G = 8.92%
B = 46.65%

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

#EF30FB (or 0xEF30FB) is known color: Magenta. HEX triplet: EF, 30 and FB. RGB value is (239,48,251). Sum of RGB (Red+Green+Blue) = 239+48+251=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 48 (19.14% from 255 or 8.92% from 538); Blue value is 251 (98.44% from 255 or 46.65% from 538); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF30FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF30FB is #10CF04. Grayscale: #7F7F7F. Windows color (decimal): -1101573 or 16462063. OLE color: 16462063.

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

Color convert

RGB 239 48 251 -
CMYK 0.05 0.81 0 0.02
HSL 296.45º 0.96% 0.59% -
HSV(B) 296.45º 0.81% 0.98% -
XYZ 54.07 27.43 93.71 -
YUV 128.25 197.28 206.99 -
System Red Green Blue C M Y K H S L
Decimal 239 48 251 0.05 0.81 0 0.02 296.45 0.96 0.59
Hex EF 30 FB 5 51 0 2 128 60 3B
Octal 357 60 373 5 121 0 2 450 140 73
Binary 11101111 110000 11111011 101 1010001 0 10 100101000 1100000 111011

Color Harmonies of #EF30FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF30FB

Black with #EF30FB

Text Example


Text Example

White with #EF30FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF30FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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