Html Css Color HEX #EF0CDA Hot Magenta

📋 copy color: '#EF0CDA'

red 239 ◦ green 12 ◦ blue 218

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

Shades of Hot Magenta #EF0CDA

Tints of Hot Magenta #EF0CDA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.56%

 BLUE value IS 218 (85.55% from 255) = 46.48%

R = 50.96%
G = 2.56%
B = 46.48%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EF0CDA (or 0xEF0CDA) is known color: Hot Magenta. HEX triplet: EF, 0C and DA. RGB value is (239,12,218). Sum of RGB (Red+Green+Blue) = 239+12+218=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 12 (5.08% from 255 or 2.56% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0CDA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0CDA is #10F325. Grayscale: #666666. Windows color (decimal): -1110822 or 14290159. OLE color: 14290159.

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

Color convert

RGB 239 12 218 -
CMYK 0 0.95 0.09 0.06
HSL 305.55º 0.9% 0.49% -
HSV(B) 305.55º 0.95% 0.94% -
XYZ 48.38 23.68 68.35 -
YUV 103.36 192.71 224.75 -
System Red Green Blue C M Y K H S L
Decimal 239 12 218 0 0.95 0.09 0.06 305.55 0.9 0.49
Hex EF C DA 0 5F 9 6 132 5A 31
Octal 357 14 332 0 137 11 6 462 132 61
Binary 11101111 1100 11011010 0 1011111 1001 110 100110010 1011010 110001

Color Harmonies of #EF0CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0CDA

Black with #EF0CDA

Text Example


Text Example

White with #EF0CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0CDA; }

 p { color: rgb(239,12,218); }

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

background-color css

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

 a { background-color: rgb(239,12,218); }

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

border-color css

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

 span { border-color: rgb(239,12,218); }

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