Html Css Color HEX #E65976 Dark Pink

📋 copy color: '#E65976'

red 230 ◦ green 89 ◦ blue 118

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

Shades of Dark Pink #E65976

Tints of Dark Pink #E65976

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.37%

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

R = 52.63%
G = 20.37%
B = 27%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E65976 (or 0xE65976) is known color: Dark Pink. HEX triplet: E6, 59 and 76. RGB value is (230,89,118). Sum of RGB (Red+Green+Blue) = 230+89+118=437 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.63% from 437); Green value is 89 (35.16% from 255 or 20.37% from 437); Blue value is 118 (46.48% from 255 or 27.00% from 437); Max value from RGB is 230 - color contains mainly: red. Hex color #E65976 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65976 is #19A689. Grayscale: #868686. Windows color (decimal): -1681034 or 7756262. OLE color: 7756262.

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

Color convert

RGB 230 89 118 -
CMYK 0 0.61 0.49 0.10
HSL 347.66º 0.74% 0.63% -
HSV(B) 347.66º 0.61% 0.9% -
XYZ 39.48 25.28 19.94 -
YUV 134.47 118.71 196.14 -
System Red Green Blue C M Y K H S L
Decimal 230 89 118 0 0.61 0.49 0.10 347.66 0.74 0.63
Hex E6 59 76 0 3D 31 A 15C 4A 3F
Octal 346 131 166 0 75 61 12 534 112 77
Binary 11100110 1011001 1110110 0 111101 110001 1010 101011100 1001010 111111

Color Harmonies of #E65976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65976

Black with #E65976

Text Example


Text Example

White with #E65976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65976; }

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

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

background-color css

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

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

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

border-color css

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

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

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