Html Css Color HEX #E6087F Deep Pink

📋 copy color: '#E6087F'

red 230 ◦ green 8 ◦ blue 127

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

Shades of Deep Pink #E6087F

Tints of Deep Pink #E6087F

RGB

 RED value IS 230 (90.23% from 255) = 63.01%

 GREEN value IS 8 (3.52% from 255) = 2.19%

 BLUE value IS 127 (50% from 255) = 34.79%

R = 63.01%
G = 2.19%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E6087F (or 0xE6087F) is known color: Deep Pink. HEX triplet: E6, 08 and 7F. RGB value is (230,8,127). Sum of RGB (Red+Green+Blue) = 230+8+127=365 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.01% from 365); Green value is 8 (3.52% from 255 or 2.19% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 230 - color contains mainly: red. Hex color #E6087F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6087F is #19F780. Grayscale: #575757. Windows color (decimal): -1701761 or 8325350. OLE color: 8325350.

HSL color Cylindrical-coordinate representation of color #E6087F: hue angle of 327.84º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E6087F is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 8 127 -
CMYK 0 0.97 0.45 0.10
HSL 327.84º 0.93% 0.47% -
HSV(B) 327.84º 0.97% 0.9% -
XYZ 36.55 18.53 21.73 -
YUV 87.94 150.05 229.32 -
System Red Green Blue C M Y K H S L
Decimal 230 8 127 0 0.97 0.45 0.10 327.84 0.93 0.47
Hex E6 8 7F 0 61 2D A 148 5D 2F
Octal 346 10 177 0 141 55 12 510 135 57
Binary 11100110 1000 1111111 0 1100001 101101 1010 101001000 1011101 101111

Color Harmonies of #E6087F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6087F

Black with #E6087F

Text Example


Text Example

White with #E6087F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6087F; }

 p { color: rgb(230,8,127); }

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

background-color css

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

 a { background-color: rgb(230,8,127); }

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

border-color css

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

 span { border-color: rgb(230,8,127); }

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