Html Css Color HEX #EF0CEB Magenta

📋 copy color: '#EF0CEB'

red 239 ◦ green 12 ◦ blue 235

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

Shades of Magenta #EF0CEB

Tints of Magenta #EF0CEB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.47%

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

R = 49.18%
G = 2.47%
B = 48.35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EF0CEB (or 0xEF0CEB) is known color: Magenta. HEX triplet: EF, 0C and EB. RGB value is (239,12,235). Sum of RGB (Red+Green+Blue) = 239+12+235=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 12 (5.08% from 255 or 2.47% from 486); Blue value is 235 (92.19% from 255 or 48.35% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0CEB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF0CEB is #10F314. Grayscale: #686868. Windows color (decimal): -1110805 or 15404271. OLE color: 15404271.

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

Color convert

RGB 239 12 235 -
CMYK 0 0.95 0.02 0.06
HSL 301.06º 0.9% 0.49% -
HSV(B) 301.06º 0.95% 0.94% -
XYZ 50.72 24.61 80.67 -
YUV 105.3 201.21 223.37 -
System Red Green Blue C M Y K H S L
Decimal 239 12 235 0 0.95 0.02 0.06 301.06 0.9 0.49
Hex EF C EB 0 5F 2 6 12D 5A 31
Octal 357 14 353 0 137 2 6 455 132 61
Binary 11101111 1100 11101011 0 1011111 10 110 100101101 1011010 110001

Color Harmonies of #EF0CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0CEB

Black with #EF0CEB

Text Example


Text Example

White with #EF0CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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