Html Css Color HEX #EF05E5 Magenta

📋 copy color: '#EF05E5'

red 239 ◦ green 5 ◦ blue 229

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

Shades of Magenta #EF05E5

Tints of Magenta #EF05E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 48.41%

R = 50.53%
G = 1.06%
B = 48.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EF05E5 (or 0xEF05E5) is known color: Magenta. HEX triplet: EF, 05 and E5. RGB value is (239,5,229). Sum of RGB (Red+Green+Blue) = 239+5+229=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 5 (2.34% from 255 or 1.06% from 473); Blue value is 229 (89.84% from 255 or 48.41% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EF05E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF05E5 is #10FA1A. Grayscale: #636363. Windows color (decimal): -1112603 or 15009263. OLE color: 15009263.

HSL color Cylindrical-coordinate representation of color #EF05E5: hue angle of 302.56º 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 #EF05E5 is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 5 229 -
CMYK 0 0.98 0.04 0.06
HSL 302.56º 0.96% 0.48% -
HSV(B) 302.56º 0.98% 0.94% -
XYZ 49.79 24.12 76.16 -
YUV 100.5 200.52 226.79 -
System Red Green Blue C M Y K H S L
Decimal 239 5 229 0 0.98 0.04 0.06 302.56 0.96 0.48
Hex EF 5 E5 0 62 4 6 12F 60 30
Octal 357 5 345 0 142 4 6 457 140 60
Binary 11101111 101 11100101 0 1100010 100 110 100101111 1100000 110000

Color Harmonies of #EF05E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF05E5

Black with #EF05E5

Text Example


Text Example

White with #EF05E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF05E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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