#EF20EB

Color #EF20EB Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magenta #EF20EB

Tints of Magenta #EF20EB

Color information

#EF20EB (or 0xEF20EB) is unknown color: approx Magenta. HEX triplet: EF, 20 and EB. RGB value is (239,32,235). Sum of RGB (Red+Green+Blue) = 239+32+235=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 32 (12.89% from 255 or 6.32% from 506); Blue value is 235 (92.19% from 255 or 46.44% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EF20EB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF20EB is #10DF14. Grayscale: #747474. Windows color (decimal): -1105685 or 15409391. OLE color: 15409391.

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

Color convert

RGB23932235-
CMYK00.870.020.06
HSL301.16º86.61%53.14%-
HSV(B)301.16º86.61%93.73%-
XYZ51.1125.3880.8-
YUV117.04194.58214.99-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.23%
GREEN value IS 32 (12.89% from 255) = 6.32%
BLUE value IS 235 (92.19% from 255) = 46.44%
R=47.23%
G=6.32%
B=46.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2393223500.870.020.06301.1686.6153.14
HexEF20EB0572612d5735
Octal3574035301272645512765
Binary111011111000001110101101010111101101001011011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF20EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF20EB; }

 p { color: rgb(239,32,235); }

 H1.HeaderClassName
 {
   color: #EF20EB;
 }
 .AnyTagClassName
 {
   color: #EF20EB;
 }
</style>
background-color css

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

 a { background-color: rgb(239,32,235); }

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

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

 span { border-color: rgb(239,32,235); }

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