Html Css Color HEX #E65791 Dark Pink

📋 copy color: '#E65791'

red 230 ◦ green 87 ◦ blue 145

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

Shades of Dark Pink #E65791

Tints of Dark Pink #E65791

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.83%

 BLUE value IS 145 (57.03% from 255) = 31.39%

R = 49.78%
G = 18.83%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E65791 (or 0xE65791) is known color: Dark Pink. HEX triplet: E6, 57 and 91. RGB value is (230,87,145). Sum of RGB (Red+Green+Blue) = 230+87+145=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 87 (34.38% from 255 or 18.83% from 462); Blue value is 145 (57.03% from 255 or 31.39% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E65791 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65791 is #19A86E. Grayscale: #888888. Windows color (decimal): -1681519 or 9525222. OLE color: 9525222.

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

Color convert

RGB 230 87 145 -
CMYK 0 0.62 0.37 0.10
HSL 335.66º 0.74% 0.62% -
HSV(B) 335.66º 0.62% 0.9% -
XYZ 41.15 25.68 29.58 -
YUV 136.37 132.88 194.78 -
System Red Green Blue C M Y K H S L
Decimal 230 87 145 0 0.62 0.37 0.10 335.66 0.74 0.62
Hex E6 57 91 0 3E 25 A 150 4A 3E
Octal 346 127 221 0 76 45 12 520 112 76
Binary 11100110 1010111 10010001 0 111110 100101 1010 101010000 1001010 111110

Color Harmonies of #E65791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65791

Black with #E65791

Text Example


Text Example

White with #E65791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65791; }

 p { color: rgb(230,87,145); }

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

background-color css

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

 a { background-color: rgb(230,87,145); }

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

border-color css

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

 span { border-color: rgb(230,87,145); }

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