Html Css Color HEX #E65579 Dark Pink

📋 copy color: '#E65579'

red 230 ◦ green 85 ◦ blue 121

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

Shades of Dark Pink #E65579

Tints of Dark Pink #E65579

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.5%

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

R = 52.75%
G = 19.5%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E65579 (or 0xE65579) is known color: Dark Pink. HEX triplet: E6, 55 and 79. RGB value is (230,85,121). Sum of RGB (Red+Green+Blue) = 230+85+121=436 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.75% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 121 (47.66% from 255 or 27.75% from 436); Max value from RGB is 230 - color contains mainly: red. Hex color #E65579 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65579 is #19AA86. Grayscale: #848484. Windows color (decimal): -1682055 or 7951846. OLE color: 7951846.

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

Color convert

RGB 230 85 121 -
CMYK 0 0.63 0.47 0.10
HSL 345.1º 0.74% 0.62% -
HSV(B) 345.1º 0.63% 0.9% -
XYZ 39.33 24.7 20.78 -
YUV 132.46 121.54 197.57 -
System Red Green Blue C M Y K H S L
Decimal 230 85 121 0 0.63 0.47 0.10 345.1 0.74 0.62
Hex E6 55 79 0 3F 2F A 159 4A 3E
Octal 346 125 171 0 77 57 12 531 112 76
Binary 11100110 1010101 1111001 0 111111 101111 1010 101011001 1001010 111110

Color Harmonies of #E65579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65579

Black with #E65579

Text Example


Text Example

White with #E65579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65579; }

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

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

background-color css

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

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

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

border-color css

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

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

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