Html Css Color HEX #EF23ED Magenta

📋 copy color: '#EF23ED'

red 239 ◦ green 35 ◦ blue 237

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

Shades of Magenta #EF23ED

Tints of Magenta #EF23ED

RGB

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

 GREEN value IS 35 (14.06% from 255) = 6.85%

 BLUE value IS 237 (92.97% from 255) = 46.38%

R = 46.77%
G = 6.85%
B = 46.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EF23ED (or 0xEF23ED) is known color: Magenta. HEX triplet: EF, 23 and ED. RGB value is (239,35,237). Sum of RGB (Red+Green+Blue) = 239+35+237=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 35 (14.06% from 255 or 6.85% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EF23ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF23ED is #10DC12. Grayscale: #767676. Windows color (decimal): -1104915 or 15541231. OLE color: 15541231.

HSL color Cylindrical-coordinate representation of color #EF23ED: hue angle of 300.59º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF23ED is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 35 237 -
CMYK 0 0.85 0.01 0.06
HSL 300.59º 0.86% 0.54% -
HSV(B) 300.59º 0.85% 0.94% -
XYZ 51.48 25.67 82.36 -
YUV 119.02 194.59 213.57 -
System Red Green Blue C M Y K H S L
Decimal 239 35 237 0 0.85 0.01 0.06 300.59 0.86 0.54
Hex EF 23 ED 0 55 1 6 12D 56 36
Octal 357 43 355 0 125 1 6 455 126 66
Binary 11101111 100011 11101101 0 1010101 1 110 100101101 1010110 110110

Color Harmonies of #EF23ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF23ED

Black with #EF23ED

Text Example


Text Example

White with #EF23ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF23ED; }

 p { color: rgb(239,35,237); }

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

background-color css

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

 a { background-color: rgb(239,35,237); }

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

border-color css

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

 span { border-color: rgb(239,35,237); }

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