Html Css Color HEX #EF30FF Magenta

📋 copy color: '#EF30FF'

red 239 ◦ green 48 ◦ blue 255

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

Shades of Magenta #EF30FF

Tints of Magenta #EF30FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.05%

R = 44.1%
G = 8.86%
B = 47.05%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EF30FF (or 0xEF30FF) is known color: Magenta. HEX triplet: EF, 30 and FF. RGB value is (239,48,255). Sum of RGB (Red+Green+Blue) = 239+48+255=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 48 (19.14% from 255 or 8.86% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF30FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF30FF is #10CF00. Grayscale: #808080. Windows color (decimal): -1101569 or 16724207. OLE color: 16724207.

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

Color convert

RGB 239 48 255 -
CMYK 0.06 0.81 0 0
HSL 295.36º 1% 0.59% -
HSV(B) 295.36º 0.81% 1% -
XYZ 54.7 27.68 97.07 -
YUV 128.71 199.28 206.67 -
System Red Green Blue C M Y K H S L
Decimal 239 48 255 0.06 0.81 0 0 295.36 1 0.59
Hex EF 30 FF 6 51 0 0 127 64 3B
Octal 357 60 377 6 121 0 0 447 144 73
Binary 11101111 110000 11111111 110 1010001 0 0 100100111 1100100 111011

Color Harmonies of #EF30FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF30FF

Black with #EF30FF

Text Example


Text Example

White with #EF30FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF30FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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