Html Css Color HEX #EF0BCE Hot Magenta

📋 copy color: '#EF0BCE'

red 239 ◦ green 11 ◦ blue 206

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

Shades of Hot Magenta #EF0BCE

Tints of Hot Magenta #EF0BCE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.41%

 BLUE value IS 206 (80.86% from 255) = 45.18%

R = 52.41%
G = 2.41%
B = 45.18%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EF0BCE (or 0xEF0BCE) is known color: Hot Magenta. HEX triplet: EF, 0B and CE. RGB value is (239,11,206). Sum of RGB (Red+Green+Blue) = 239+11+206=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 11 (4.69% from 255 or 2.41% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0BCE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0BCE is #10F431. Grayscale: #646464. Windows color (decimal): -1111090 or 13503471. OLE color: 13503471.

HSL color Cylindrical-coordinate representation of color #EF0BCE: hue angle of 308.68º degrees, saturation: 0.91, 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 #EF0BCE is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 11 206 -
CMYK 0 0.95 0.14 0.06
HSL 308.68º 0.91% 0.49% -
HSV(B) 308.68º 0.95% 0.94% -
XYZ 46.86 23.05 60.37 -
YUV 101.4 187.04 226.14 -
System Red Green Blue C M Y K H S L
Decimal 239 11 206 0 0.95 0.14 0.06 308.68 0.91 0.49
Hex EF B CE 0 5F E 6 135 5B 31
Octal 357 13 316 0 137 16 6 465 133 61
Binary 11101111 1011 11001110 0 1011111 1110 110 100110101 1011011 110001

Color Harmonies of #EF0BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0BCE

Black with #EF0BCE

Text Example


Text Example

White with #EF0BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0BCE; }

 p { color: rgb(239,11,206); }

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

background-color css

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

 a { background-color: rgb(239,11,206); }

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

border-color css

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

 span { border-color: rgb(239,11,206); }

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