Html Css Color HEX #EF1EED Magenta

📋 copy color: '#EF1EED'

red 239 ◦ green 30 ◦ blue 237

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

Shades of Magenta #EF1EED

Tints of Magenta #EF1EED

RGB

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

 GREEN value IS 30 (12.11% from 255) = 5.93%

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

R = 47.23%
G = 5.93%
B = 46.84%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EF1EED (or 0xEF1EED) is known color: Magenta. HEX triplet: EF, 1E and ED. RGB value is (239,30,237). Sum of RGB (Red+Green+Blue) = 239+30+237=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 30 (12.11% from 255 or 5.93% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1EED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF1EED is #10E112. Grayscale: #737373. Windows color (decimal): -1106195 or 15539951. OLE color: 15539951.

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

Color convert

RGB 239 30 237 -
CMYK 0 0.87 0.01 0.06
HSL 300.57º 0.87% 0.53% -
HSV(B) 300.57º 0.87% 0.94% -
XYZ 51.35 25.39 82.32 -
YUV 116.09 196.24 215.67 -
System Red Green Blue C M Y K H S L
Decimal 239 30 237 0 0.87 0.01 0.06 300.57 0.87 0.53
Hex EF 1E ED 0 57 1 6 12D 57 35
Octal 357 36 355 0 127 1 6 455 127 65
Binary 11101111 11110 11101101 0 1010111 1 110 100101101 1010111 110101

Color Harmonies of #EF1EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1EED

Black with #EF1EED

Text Example


Text Example

White with #EF1EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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