Html Css Color HEX #EF20EB Magenta

📋 copy color: '#EF20EB'

red 239 ◦ green 32 ◦ blue 235

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

Shades of Magenta #EF20EB

Tints of Magenta #EF20EB

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 value IS 0

 M value IS 0.87

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EF20EB (or 0xEF20EB) is known color: 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

RGB 239 32 235 -
CMYK 0 0.87 0.02 0.06
HSL 301.16º 0.87% 0.53% -
HSV(B) 301.16º 0.87% 0.94% -
XYZ 51.11 25.38 80.8 -
YUV 117.04 194.58 214.99 -
System Red Green Blue C M Y K H S L
Decimal 239 32 235 0 0.87 0.02 0.06 301.16 0.87 0.53
Hex EF 20 EB 0 57 2 6 12D 57 35
Octal 357 40 353 0 127 2 6 455 127 65
Binary 11101111 100000 11101011 0 1010111 10 110 100101101 1010111 110101

Color Harmonies of #EF20EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF20EB

Black with #EF20EB

Text Example


Text Example

White with #EF20EB

Text Example


Text Example

HTML Codes & Css Web 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>