Html Css Color HEX #EF08DD Hot Magenta

📋 copy color: '#EF08DD'

red 239 ◦ green 8 ◦ blue 221

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

Shades of Hot Magenta #EF08DD

Tints of Hot Magenta #EF08DD

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.71%

 BLUE value IS 221 (86.72% from 255) = 47.22%

R = 51.07%
G = 1.71%
B = 47.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF08DD (or 0xEF08DD) is known color: Hot Magenta. HEX triplet: EF, 08 and DD. RGB value is (239,8,221). Sum of RGB (Red+Green+Blue) = 239+8+221=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 8 (3.52% from 255 or 1.71% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EF08DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF08DD is #10F722. Grayscale: #646464. Windows color (decimal): -1111843 or 14485743. OLE color: 14485743.

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

Color convert

RGB 239 8 221 -
CMYK 0 0.97 0.08 0.06
HSL 304.68º 0.94% 0.48% -
HSV(B) 304.68º 0.97% 0.94% -
XYZ 48.73 23.74 70.42 -
YUV 101.35 195.53 226.18 -
System Red Green Blue C M Y K H S L
Decimal 239 8 221 0 0.97 0.08 0.06 304.68 0.94 0.48
Hex EF 8 DD 0 61 8 6 131 5E 30
Octal 357 10 335 0 141 10 6 461 136 60
Binary 11101111 1000 11011101 0 1100001 1000 110 100110001 1011110 110000

Color Harmonies of #EF08DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF08DD

Black with #EF08DD

Text Example


Text Example

White with #EF08DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF08DD; }

 p { color: rgb(239,8,221); }

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

background-color css

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

 a { background-color: rgb(239,8,221); }

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

border-color css

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

 span { border-color: rgb(239,8,221); }

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