Html Css Color HEX #EF1BEB Magenta

📋 copy color: '#EF1BEB'

red 239 ◦ green 27 ◦ blue 235

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

Shades of Magenta #EF1BEB

Tints of Magenta #EF1BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.91%

R = 47.7%
G = 5.39%
B = 46.91%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EF1BEB (or 0xEF1BEB) is known color: Magenta. HEX triplet: EF, 1B and EB. RGB value is (239,27,235). Sum of RGB (Red+Green+Blue) = 239+27+235=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 27 (10.94% from 255 or 5.39% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1BEB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF1BEB is #10E414. Grayscale: #717171. Windows color (decimal): -1106965 or 15408111. OLE color: 15408111.

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

Color convert

RGB 239 27 235 -
CMYK 0 0.89 0.02 0.06
HSL 301.13º 0.87% 0.52% -
HSV(B) 301.13º 0.89% 0.94% -
XYZ 50.98 25.13 80.76 -
YUV 114.1 196.24 217.09 -
System Red Green Blue C M Y K H S L
Decimal 239 27 235 0 0.89 0.02 0.06 301.13 0.87 0.52
Hex EF 1B EB 0 59 2 6 12D 57 34
Octal 357 33 353 0 131 2 6 455 127 64
Binary 11101111 11011 11101011 0 1011001 10 110 100101101 1010111 110100

Color Harmonies of #EF1BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1BEB

Black with #EF1BEB

Text Example


Text Example

White with #EF1BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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