Html Css Color HEX #EF1BED Magenta

📋 copy color: '#EF1BED'

red 239 ◦ green 27 ◦ blue 237

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

Shades of Magenta #EF1BED

Tints of Magenta #EF1BED

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.37%

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

R = 47.51%
G = 5.37%
B = 47.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EF1BED (or 0xEF1BED) is known color: Magenta. HEX triplet: EF, 1B and ED. RGB value is (239,27,237). Sum of RGB (Red+Green+Blue) = 239+27+237=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 27 (10.94% from 255 or 5.37% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1BED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF1BED is #10E412. Grayscale: #717171. Windows color (decimal): -1106963 or 15539183. OLE color: 15539183.

HSL color Cylindrical-coordinate representation of color #EF1BED: 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.89%. Process color model (Four color, CMYK) of #EF1BED is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 27 237 -
CMYK 0 0.89 0.01 0.06
HSL 300.57º 0.87% 0.52% -
HSV(B) 300.57º 0.89% 0.94% -
XYZ 51.27 25.25 82.29 -
YUV 114.33 197.24 216.92 -
System Red Green Blue C M Y K H S L
Decimal 239 27 237 0 0.89 0.01 0.06 300.57 0.87 0.52
Hex EF 1B ED 0 59 1 6 12D 57 34
Octal 357 33 355 0 131 1 6 455 127 64
Binary 11101111 11011 11101101 0 1011001 1 110 100101101 1010111 110100

Color Harmonies of #EF1BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1BED

Black with #EF1BED

Text Example


Text Example

White with #EF1BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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