Html Css Color HEX #EF08CF Hot Magenta

📋 copy color: '#EF08CF'

red 239 ◦ green 8 ◦ blue 207

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

Shades of Hot Magenta #EF08CF

Tints of Hot Magenta #EF08CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.59%

R = 52.64%
G = 1.76%
B = 45.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EF08CF (or 0xEF08CF) is known color: Hot Magenta. HEX triplet: EF, 08 and CF. RGB value is (239,8,207). Sum of RGB (Red+Green+Blue) = 239+8+207=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 8 (3.52% from 255 or 1.76% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EF08CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF08CF is #10F730. Grayscale: #636363. Windows color (decimal): -1111857 or 13568239. OLE color: 13568239.

HSL color Cylindrical-coordinate representation of color #EF08CF: hue angle of 308.31º 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 #EF08CF is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 8 207 -
CMYK 0 0.97 0.13 0.06
HSL 308.31º 0.94% 0.48% -
HSV(B) 308.31º 0.97% 0.94% -
XYZ 46.95 23.03 61 -
YUV 99.76 188.53 227.32 -
System Red Green Blue C M Y K H S L
Decimal 239 8 207 0 0.97 0.13 0.06 308.31 0.94 0.48
Hex EF 8 CF 0 61 D 6 134 5E 30
Octal 357 10 317 0 141 15 6 464 136 60
Binary 11101111 1000 11001111 0 1100001 1101 110 100110100 1011110 110000

Color Harmonies of #EF08CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF08CF

Black with #EF08CF

Text Example


Text Example

White with #EF08CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF08CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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