Html Css Color HEX #EF13ED Magenta

📋 copy color: '#EF13ED'

red 239 ◦ green 19 ◦ blue 237

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

Shades of Magenta #EF13ED

Tints of Magenta #EF13ED

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.84%

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

R = 48.28%
G = 3.84%
B = 47.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EF13ED (or 0xEF13ED) is known color: Magenta. HEX triplet: EF, 13 and ED. RGB value is (239,19,237). Sum of RGB (Red+Green+Blue) = 239+19+237=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 19 (7.81% from 255 or 3.84% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EF13ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF13ED is #10EC12. Grayscale: #6C6C6C. Windows color (decimal): -1109011 or 15537135. OLE color: 15537135.

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

Color convert

RGB 239 19 237 -
CMYK 0 0.92 0.01 0.06
HSL 300.55º 0.87% 0.51% -
HSV(B) 300.55º 0.92% 0.94% -
XYZ 51.12 24.93 82.24 -
YUV 109.63 199.89 220.27 -
System Red Green Blue C M Y K H S L
Decimal 239 19 237 0 0.92 0.01 0.06 300.55 0.87 0.51
Hex EF 13 ED 0 5C 1 6 12D 57 33
Octal 357 23 355 0 134 1 6 455 127 63
Binary 11101111 10011 11101101 0 1011100 1 110 100101101 1010111 110011

Color Harmonies of #EF13ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF13ED

Black with #EF13ED

Text Example


Text Example

White with #EF13ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF13ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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