Html Css Color HEX #EF05EB Magenta

📋 copy color: '#EF05EB'

red 239 ◦ green 5 ◦ blue 235

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

Shades of Magenta #EF05EB

Tints of Magenta #EF05EB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.04%

 BLUE value IS 235 (92.19% from 255) = 49.06%

R = 49.9%
G = 1.04%
B = 49.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EF05EB (or 0xEF05EB) is known color: Magenta. HEX triplet: EF, 05 and EB. RGB value is (239,5,235). Sum of RGB (Red+Green+Blue) = 239+5+235=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 5 (2.34% from 255 or 1.04% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EF05EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF05EB is #10FA14. Grayscale: #646464. Windows color (decimal): -1112597 or 15402479. OLE color: 15402479.

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

Color convert

RGB 239 5 235 -
CMYK 0 0.98 0.02 0.06
HSL 301.03º 0.96% 0.48% -
HSV(B) 301.03º 0.98% 0.94% -
XYZ 50.65 24.46 80.65 -
YUV 101.19 203.52 226.3 -
System Red Green Blue C M Y K H S L
Decimal 239 5 235 0 0.98 0.02 0.06 301.03 0.96 0.48
Hex EF 5 EB 0 62 2 6 12D 60 30
Octal 357 5 353 0 142 2 6 455 140 60
Binary 11101111 101 11101011 0 1100010 10 110 100101101 1100000 110000

Color Harmonies of #EF05EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF05EB

Black with #EF05EB

Text Example


Text Example

White with #EF05EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF05EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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