Html Css Color HEX #EF0BCF Hot Magenta

📋 copy color: '#EF0BCF'

red 239 ◦ green 11 ◦ blue 207

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

Shades of Hot Magenta #EF0BCF

Tints of Hot Magenta #EF0BCF

RGB

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

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

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

R = 52.3%
G = 2.41%
B = 45.3%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EF0BCF (or 0xEF0BCF) is known color: Hot Magenta. HEX triplet: EF, 0B and CF. RGB value is (239,11,207). Sum of RGB (Red+Green+Blue) = 239+11+207=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 11 (4.69% from 255 or 2.41% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0BCF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0BCF is #10F430. Grayscale: #646464. Windows color (decimal): -1111089 or 13569007. OLE color: 13569007.

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

Color convert

RGB 239 11 207 -
CMYK 0 0.95 0.13 0.06
HSL 308.42º 0.91% 0.49% -
HSV(B) 308.42º 0.95% 0.94% -
XYZ 46.98 23.1 61.01 -
YUV 101.52 187.54 226.06 -
System Red Green Blue C M Y K H S L
Decimal 239 11 207 0 0.95 0.13 0.06 308.42 0.91 0.49
Hex EF B CF 0 5F D 6 134 5B 31
Octal 357 13 317 0 137 15 6 464 133 61
Binary 11101111 1011 11001111 0 1011111 1101 110 100110100 1011011 110001

Color Harmonies of #EF0BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0BCF

Black with #EF0BCF

Text Example


Text Example

White with #EF0BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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