Html Css Color HEX #EF09D5 Hot Magenta

📋 copy color: '#EF09D5'

red 239 ◦ green 9 ◦ blue 213

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

Shades of Hot Magenta #EF09D5

Tints of Hot Magenta #EF09D5

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.95%

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

R = 51.84%
G = 1.95%
B = 46.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#EF09D5 (or 0xEF09D5) is known color: Hot Magenta. HEX triplet: EF, 09 and D5. RGB value is (239,9,213). Sum of RGB (Red+Green+Blue) = 239+9+213=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 9 (3.91% from 255 or 1.95% from 461); Blue value is 213 (83.59% from 255 or 46.20% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EF09D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF09D5 is #10F62A. Grayscale: #646464. Windows color (decimal): -1111595 or 13961711. OLE color: 13961711.

HSL color Cylindrical-coordinate representation of color #EF09D5: hue angle of 306.78º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF09D5 is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 9 213 -
CMYK 0 0.96 0.11 0.06
HSL 306.78º 0.93% 0.49% -
HSV(B) 306.78º 0.96% 0.94% -
XYZ 47.7 23.35 64.94 -
YUV 101.03 191.2 226.41 -
System Red Green Blue C M Y K H S L
Decimal 239 9 213 0 0.96 0.11 0.06 306.78 0.93 0.49
Hex EF 9 D5 0 60 B 6 133 5D 31
Octal 357 11 325 0 140 13 6 463 135 61
Binary 11101111 1001 11010101 0 1100000 1011 110 100110011 1011101 110001

Color Harmonies of #EF09D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF09D5

Black with #EF09D5

Text Example


Text Example

White with #EF09D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF09D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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