Html Css Color HEX #EF13D5 Hot Magenta

📋 copy color: '#EF13D5'

red 239 ◦ green 19 ◦ blue 213

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

Shades of Hot Magenta #EF13D5

Tints of Hot Magenta #EF13D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.22%

R = 50.74%
G = 4.03%
B = 45.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#EF13D5 (or 0xEF13D5) is known color: Hot Magenta. HEX triplet: EF, 13 and D5. RGB value is (239,19,213). Sum of RGB (Red+Green+Blue) = 239+19+213=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 19 (7.81% from 255 or 4.03% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EF13D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF13D5 is #10EC2A. Grayscale: #6A6A6A. Windows color (decimal): -1109035 or 13964271. OLE color: 13964271.

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

Color convert

RGB 239 19 213 -
CMYK 0 0.92 0.11 0.06
HSL 307.09º 0.87% 0.51% -
HSV(B) 307.09º 0.92% 0.94% -
XYZ 47.84 23.62 64.99 -
YUV 106.9 187.89 222.23 -
System Red Green Blue C M Y K H S L
Decimal 239 19 213 0 0.92 0.11 0.06 307.09 0.87 0.51
Hex EF 13 D5 0 5C B 6 133 57 33
Octal 357 23 325 0 134 13 6 463 127 63
Binary 11101111 10011 11010101 0 1011100 1011 110 100110011 1010111 110011

Color Harmonies of #EF13D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF13D5

Black with #EF13D5

Text Example


Text Example

White with #EF13D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF13D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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