Html Css Color HEX #FF0E87 Deep Pink

📋 copy color: '#FF0E87'

red 255 ◦ green 14 ◦ blue 135

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

Shades of Deep Pink #FF0E87

Tints of Deep Pink #FF0E87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 33.42%

R = 63.12%
G = 3.47%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.47

 K value IS 0

RGB Variations

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

Color information

#FF0E87 (or 0xFF0E87) is known color: Deep Pink. HEX triplet: FF, 0E and 87. RGB value is (255,14,135). Sum of RGB (Red+Green+Blue) = 255+14+135=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 14 (5.86% from 255 or 3.47% from 404); Blue value is 135 (53.12% from 255 or 33.42% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0E87 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0E87 is #00F178. Grayscale: #636363. Windows color (decimal): -61817 or 8851199. OLE color: 8851199.

HSL color Cylindrical-coordinate representation of color #FF0E87: hue angle of 329.88º 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 #FF0E87 is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.

Color convert

RGB 255 14 135 -
CMYK 0 0.95 0.47 0
HSL 329.88º 1% 0.53% -
HSV(B) 329.88º 0.95% 1% -
XYZ 45.77 23.32 25.01 -
YUV 99.85 147.84 238.66 -
System Red Green Blue C M Y K H S L
Decimal 255 14 135 0 0.95 0.47 0 329.88 1 0.53
Hex FF E 87 0 5F 2F 0 14A 64 35
Octal 377 16 207 0 137 57 0 512 144 65
Binary 11111111 1110 10000111 0 1011111 101111 0 101001010 1100100 110101

Color Harmonies of #FF0E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0E87

Black with #FF0E87

Text Example


Text Example

White with #FF0E87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0E87; }

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

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

background-color css

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

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

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

border-color css

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

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

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