Html Css Color HEX #EF15E7 Magenta

📋 copy color: '#EF15E7'

red 239 ◦ green 21 ◦ blue 231

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

Shades of Magenta #EF15E7

Tints of Magenta #EF15E7

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.28%

 BLUE value IS 231 (90.63% from 255) = 47.05%

R = 48.68%
G = 4.28%
B = 47.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#EF15E7 (or 0xEF15E7) is known color: Magenta. HEX triplet: EF, 15 and E7. RGB value is (239,21,231). Sum of RGB (Red+Green+Blue) = 239+21+231=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 21 (8.59% from 255 or 4.28% from 491); Blue value is 231 (90.62% from 255 or 47.05% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EF15E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF15E7 is #10EA18. Grayscale: #6D6D6D. Windows color (decimal): -1108505 or 15144431. OLE color: 15144431.

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

Color convert

RGB 239 21 231 -
CMYK 0 0.91 0.03 0.06
HSL 302.2º 0.87% 0.51% -
HSV(B) 302.2º 0.91% 0.94% -
XYZ 50.29 24.66 77.71 -
YUV 110.12 196.22 219.92 -
System Red Green Blue C M Y K H S L
Decimal 239 21 231 0 0.91 0.03 0.06 302.2 0.87 0.51
Hex EF 15 E7 0 5B 3 6 12E 57 33
Octal 357 25 347 0 133 3 6 456 127 63
Binary 11101111 10101 11100111 0 1011011 11 110 100101110 1010111 110011

Color Harmonies of #EF15E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF15E7

Black with #EF15E7

Text Example


Text Example

White with #EF15E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF15E7; }

 p { color: rgb(239,21,231); }

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

background-color css

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

 a { background-color: rgb(239,21,231); }

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

border-color css

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

 span { border-color: rgb(239,21,231); }

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