Html Css Color HEX #EF0CEC Magenta

📋 copy color: '#EF0CEC'

red 239 ◦ green 12 ◦ blue 236

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

Shades of Magenta #EF0CEC

Tints of Magenta #EF0CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.46%

R = 49.08%
G = 2.46%
B = 48.46%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EF0CEC (or 0xEF0CEC) is known color: Magenta. HEX triplet: EF, 0C and EC. RGB value is (239,12,236). Sum of RGB (Red+Green+Blue) = 239+12+236=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 12 (5.08% from 255 or 2.46% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0CEC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF0CEC is #10F313. Grayscale: #686868. Windows color (decimal): -1110804 or 15469807. OLE color: 15469807.

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

Color convert

RGB 239 12 236 -
CMYK 0 0.95 0.01 0.06
HSL 300.79º 0.9% 0.49% -
HSV(B) 300.79º 0.95% 0.94% -
XYZ 50.87 24.67 81.44 -
YUV 105.41 201.71 223.29 -
System Red Green Blue C M Y K H S L
Decimal 239 12 236 0 0.95 0.01 0.06 300.79 0.9 0.49
Hex EF C EC 0 5F 1 6 12D 5A 31
Octal 357 14 354 0 137 1 6 455 132 61
Binary 11101111 1100 11101100 0 1011111 1 110 100101101 1011010 110001

Color Harmonies of #EF0CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0CEC

Black with #EF0CEC

Text Example


Text Example

White with #EF0CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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