Html Css Color HEX #EF00CD Hot Magenta

📋 copy color: '#EF00CD'

red 239 ◦ green 0 ◦ blue 205

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

Shades of Hot Magenta #EF00CD

Tints of Hot Magenta #EF00CD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 205 (80.47% from 255) = 46.17%

R = 53.83%
G = 0%
B = 46.17%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EF00CD (or 0xEF00CD) is known color: Hot Magenta. HEX triplet: EF, 00 and CD. RGB value is (239,0,205). Sum of RGB (Red+Green+Blue) = 239+0+205=444 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.83% from 444); Green value is 0 (0.39% from 255 or 0% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 239 - color contains mainly: red. Hex color #EF00CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF00CD is #10FF32. Grayscale: #5E5E5E. Windows color (decimal): -1113907 or 13435119. OLE color: 13435119.

HSL color Cylindrical-coordinate representation of color #EF00CD: hue angle of 308.54º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF00CD is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 0 205 -
CMYK 0 1 0.14 0.06
HSL 308.54º 1% 0.47% -
HSV(B) 308.54º 1% 0.94% -
XYZ 46.62 22.76 59.69 -
YUV 94.83 190.18 230.83 -
System Red Green Blue C M Y K H S L
Decimal 239 0 205 0 1 0.14 0.06 308.54 1 0.47
Hex EF 0 CD 0 64 E 6 135 64 2F
Octal 357 0 315 0 144 16 6 465 144 57
Binary 11101111 0 11001101 0 1100100 1110 110 100110101 1100100 101111

Color Harmonies of #EF00CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF00CD

Black with #EF00CD

Text Example


Text Example

White with #EF00CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF00CD; }

 p { color: rgb(239,0,205); }

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

background-color css

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

 a { background-color: rgb(239,0,205); }

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

border-color css

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

 span { border-color: rgb(239,0,205); }

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