Html Css Color HEX #EF0CED Magenta

📋 copy color: '#EF0CED'

red 239 ◦ green 12 ◦ blue 237

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

Shades of Magenta #EF0CED

Tints of Magenta #EF0CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.57%

R = 48.98%
G = 2.46%
B = 48.57%

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

#EF0CED (or 0xEF0CED) is known color: Magenta. HEX triplet: EF, 0C and ED. RGB value is (239,12,237). Sum of RGB (Red+Green+Blue) = 239+12+237=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 12 (5.08% from 255 or 2.46% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0CED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF0CED is #10F312. Grayscale: #686868. Windows color (decimal): -1110803 or 15535343. OLE color: 15535343.

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

Color convert

RGB 239 12 237 -
CMYK 0 0.95 0.01 0.06
HSL 300.53º 0.9% 0.49% -
HSV(B) 300.53º 0.95% 0.94% -
XYZ 51.01 24.73 82.21 -
YUV 105.52 202.21 223.2 -
System Red Green Blue C M Y K H S L
Decimal 239 12 237 0 0.95 0.01 0.06 300.53 0.9 0.49
Hex EF C ED 0 5F 1 6 12D 5A 31
Octal 357 14 355 0 137 1 6 455 132 61
Binary 11101111 1100 11101101 0 1011111 1 110 100101101 1011010 110001

Color Harmonies of #EF0CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0CED

Black with #EF0CED

Text Example


Text Example

White with #EF0CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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