Html Css Color HEX #EF1CED Magenta

📋 copy color: '#EF1CED'

red 239 ◦ green 28 ◦ blue 237

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

Shades of Magenta #EF1CED

Tints of Magenta #EF1CED

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.56%

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

R = 47.42%
G = 5.56%
B = 47.02%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EF1CED (or 0xEF1CED) is known color: Magenta. HEX triplet: EF, 1C and ED. RGB value is (239,28,237). Sum of RGB (Red+Green+Blue) = 239+28+237=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 28 (11.33% from 255 or 5.56% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1CED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF1CED is #10E312. Grayscale: #727272. Windows color (decimal): -1106707 or 15539439. OLE color: 15539439.

HSL color Cylindrical-coordinate representation of color #EF1CED: hue angle of 300.57º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF1CED is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 28 237 -
CMYK 0 0.88 0.01 0.06
HSL 300.57º 0.87% 0.52% -
HSV(B) 300.57º 0.88% 0.94% -
XYZ 51.3 25.3 82.3 -
YUV 114.92 196.9 216.51 -
System Red Green Blue C M Y K H S L
Decimal 239 28 237 0 0.88 0.01 0.06 300.57 0.87 0.52
Hex EF 1C ED 0 58 1 6 12D 57 34
Octal 357 34 355 0 130 1 6 455 127 64
Binary 11101111 11100 11101101 0 1011000 1 110 100101101 1010111 110100

Color Harmonies of #EF1CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1CED

Black with #EF1CED

Text Example


Text Example

White with #EF1CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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