Html Css Color HEX #E66079 Dark Pink

📋 copy color: '#E66079'

red 230 ◦ green 96 ◦ blue 121

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

Shades of Dark Pink #E66079

Tints of Dark Pink #E66079

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.48%

 BLUE value IS 121 (47.66% from 255) = 27.07%

R = 51.45%
G = 21.48%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E66079 (or 0xE66079) is known color: Dark Pink. HEX triplet: E6, 60 and 79. RGB value is (230,96,121). Sum of RGB (Red+Green+Blue) = 230+96+121=447 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.45% from 447); Green value is 96 (37.89% from 255 or 21.48% from 447); Blue value is 121 (47.66% from 255 or 27.07% from 447); Max value from RGB is 230 - color contains mainly: red. Hex color #E66079 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66079 is #199F86. Grayscale: #8A8A8A. Windows color (decimal): -1679239 or 7954662. OLE color: 7954662.

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

Color convert

RGB 230 96 121 -
CMYK 0 0.58 0.47 0.10
HSL 348.81º 0.73% 0.64% -
HSV(B) 348.81º 0.58% 0.9% -
XYZ 40.27 26.57 21.1 -
YUV 138.92 117.89 192.97 -
System Red Green Blue C M Y K H S L
Decimal 230 96 121 0 0.58 0.47 0.10 348.81 0.73 0.64
Hex E6 60 79 0 3A 2F A 15D 49 40
Octal 346 140 171 0 72 57 12 535 111 100
Binary 11100110 1100000 1111001 0 111010 101111 1010 101011101 1001001 1000000

Color Harmonies of #E66079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66079

Black with #E66079

Text Example


Text Example

White with #E66079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66079; }

 p { color: rgb(230,96,121); }

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

background-color css

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

 a { background-color: rgb(230,96,121); }

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

border-color css

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

 span { border-color: rgb(230,96,121); }

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