Html Css Color HEX #E6087E Deep Pink

📋 copy color: '#E6087E'

red 230 ◦ green 8 ◦ blue 126

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

Shades of Deep Pink #E6087E

Tints of Deep Pink #E6087E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.62%

R = 63.19%
G = 2.2%
B = 34.62%

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

#E6087E (or 0xE6087E) is known color: Deep Pink. HEX triplet: E6, 08 and 7E. RGB value is (230,8,126). Sum of RGB (Red+Green+Blue) = 230+8+126=364 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.19% from 364); Green value is 8 (3.52% from 255 or 2.20% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 230 - color contains mainly: red. Hex color #E6087E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6087E is #19F781. Grayscale: #575757. Windows color (decimal): -1701762 or 8259814. OLE color: 8259814.

HSL color Cylindrical-coordinate representation of color #E6087E: hue angle of 328.11º 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 #E6087E is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 8 126 -
CMYK 0 0.97 0.45 0.10
HSL 328.11º 0.93% 0.47% -
HSV(B) 328.11º 0.97% 0.9% -
XYZ 36.49 18.5 21.39 -
YUV 87.83 149.55 229.41 -
System Red Green Blue C M Y K H S L
Decimal 230 8 126 0 0.97 0.45 0.10 328.11 0.93 0.47
Hex E6 8 7E 0 61 2D A 148 5D 2F
Octal 346 10 176 0 141 55 12 510 135 57
Binary 11100110 1000 1111110 0 1100001 101101 1010 101001000 1011101 101111

Color Harmonies of #E6087E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6087E

Black with #E6087E

Text Example


Text Example

White with #E6087E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6087E; }

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

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

background-color css

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

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

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

border-color css

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

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

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