Html Css Color HEX #EF0EEB Magenta

📋 copy color: '#EF0EEB'

red 239 ◦ green 14 ◦ blue 235

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

Shades of Magenta #EF0EEB

Tints of Magenta #EF0EEB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.87%

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

R = 48.98%
G = 2.87%
B = 48.16%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EF0EEB (or 0xEF0EEB) is known color: Magenta. HEX triplet: EF, 0E and EB. RGB value is (239,14,235). Sum of RGB (Red+Green+Blue) = 239+14+235=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 14 (5.86% from 255 or 2.87% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0EEB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF0EEB is #10F114. Grayscale: #696969. Windows color (decimal): -1110293 or 15404783. OLE color: 15404783.

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

Color convert

RGB 239 14 235 -
CMYK 0 0.94 0.02 0.06
HSL 301.07º 0.89% 0.5% -
HSV(B) 301.07º 0.94% 0.94% -
XYZ 50.75 24.66 80.68 -
YUV 106.47 200.54 222.53 -
System Red Green Blue C M Y K H S L
Decimal 239 14 235 0 0.94 0.02 0.06 301.07 0.89 0.5
Hex EF E EB 0 5E 2 6 12D 59 32
Octal 357 16 353 0 136 2 6 455 131 62
Binary 11101111 1110 11101011 0 1011110 10 110 100101101 1011001 110010

Color Harmonies of #EF0EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0EEB

Black with #EF0EEB

Text Example


Text Example

White with #EF0EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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