Html Css Color HEX #FF0EDB Hot Magenta

📋 copy color: '#FF0EDB'

red 255 ◦ green 14 ◦ blue 219

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

Shades of Hot Magenta #FF0EDB

Tints of Hot Magenta #FF0EDB

RGB

 RED value IS 255 (100% from 255) = 52.25%

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

 BLUE value IS 219 (85.94% from 255) = 44.88%

R = 52.25%
G = 2.87%
B = 44.88%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#FF0EDB (or 0xFF0EDB) is known color: Hot Magenta. HEX triplet: FF, 0E and DB. RGB value is (255,14,219). Sum of RGB (Red+Green+Blue) = 255+14+219=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 14 (5.86% from 255 or 2.87% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0EDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0EDB is #00F124. Grayscale: #6C6C6C. Windows color (decimal): -61733 or 14356223. OLE color: 14356223.

HSL color Cylindrical-coordinate representation of color #FF0EDB: hue angle of 308.96º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF0EDB is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 255 14 219 -
CMYK 0 0.95 0.14 0
HSL 308.96º 1% 0.53% -
HSV(B) 308.96º 0.95% 1% -
XYZ 54.18 26.69 69.31 -
YUV 109.43 189.84 231.83 -
System Red Green Blue C M Y K H S L
Decimal 255 14 219 0 0.95 0.14 0 308.96 1 0.53
Hex FF E DB 0 5F E 0 135 64 35
Octal 377 16 333 0 137 16 0 465 144 65
Binary 11111111 1110 11011011 0 1011111 1110 0 100110101 1100100 110101

Color Harmonies of #FF0EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0EDB

Black with #FF0EDB

Text Example


Text Example

White with #FF0EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0EDB; }

 p { color: rgb(255,14,219); }

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

background-color css

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

 a { background-color: rgb(255,14,219); }

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

border-color css

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

 span { border-color: rgb(255,14,219); }

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