Html Css Color HEX #E65576 Dark Pink

📋 copy color: '#E65576'

red 230 ◦ green 85 ◦ blue 118

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

Shades of Dark Pink #E65576

Tints of Dark Pink #E65576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.25%

R = 53.12%
G = 19.63%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E65576 (or 0xE65576) is known color: Dark Pink. HEX triplet: E6, 55 and 76. RGB value is (230,85,118). Sum of RGB (Red+Green+Blue) = 230+85+118=433 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.12% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 230 - color contains mainly: red. Hex color #E65576 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65576 is #19AA89. Grayscale: #848484. Windows color (decimal): -1682058 or 7755238. OLE color: 7755238.

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

Color convert

RGB 230 85 118 -
CMYK 0 0.63 0.49 0.10
HSL 346.34º 0.74% 0.62% -
HSV(B) 346.34º 0.63% 0.9% -
XYZ 39.15 24.63 19.83 -
YUV 132.12 120.04 197.82 -
System Red Green Blue C M Y K H S L
Decimal 230 85 118 0 0.63 0.49 0.10 346.34 0.74 0.62
Hex E6 55 76 0 3F 31 A 15A 4A 3E
Octal 346 125 166 0 77 61 12 532 112 76
Binary 11100110 1010101 1110110 0 111111 110001 1010 101011010 1001010 111110

Color Harmonies of #E65576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65576

Black with #E65576

Text Example


Text Example

White with #E65576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65576; }

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

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

background-color css

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

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

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

border-color css

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

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

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