Html Css Color HEX #EF14ED Magenta

📋 copy color: '#EF14ED'

red 239 ◦ green 20 ◦ blue 237

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

Shades of Magenta #EF14ED

Tints of Magenta #EF14ED

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.03%

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

R = 48.19%
G = 4.03%
B = 47.78%

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

#EF14ED (or 0xEF14ED) is known color: Magenta. HEX triplet: EF, 14 and ED. RGB value is (239,20,237). Sum of RGB (Red+Green+Blue) = 239+20+237=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 20 (8.20% from 255 or 4.03% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EF14ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF14ED is #10EB12. Grayscale: #6D6D6D. Windows color (decimal): -1108755 or 15537391. OLE color: 15537391.

HSL color Cylindrical-coordinate representation of color #EF14ED: 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 #EF14ED is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 20 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.13 24.97 82.24 -
YUV 110.22 199.55 219.86 -
System Red Green Blue C M Y K H S L
Decimal 239 20 237 0 0.92 0.01 0.06 300.55 0.87 0.51
Hex EF 14 ED 0 5C 1 6 12D 57 33
Octal 357 24 355 0 134 1 6 455 127 63
Binary 11101111 10100 11101101 0 1011100 1 110 100101101 1010111 110011

Color Harmonies of #EF14ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF14ED

Black with #EF14ED

Text Example


Text Example

White with #EF14ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF14ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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