Html Css Color HEX #E65990 Dark Pink

📋 copy color: '#E65990'

red 230 ◦ green 89 ◦ blue 144

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

Shades of Dark Pink #E65990

Tints of Dark Pink #E65990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.1%

R = 49.68%
G = 19.22%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E65990 (or 0xE65990) is known color: Dark Pink. HEX triplet: E6, 59 and 90. RGB value is (230,89,144). Sum of RGB (Red+Green+Blue) = 230+89+144=463 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.68% from 463); Green value is 89 (35.16% from 255 or 19.22% from 463); Blue value is 144 (56.64% from 255 or 31.10% from 463); Max value from RGB is 230 - color contains mainly: red. Hex color #E65990 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65990 is #19A66F. Grayscale: #898989. Windows color (decimal): -1681008 or 9460198. OLE color: 9460198.

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

Color convert

RGB 230 89 144 -
CMYK 0 0.61 0.37 0.10
HSL 336.6º 0.74% 0.63% -
HSV(B) 336.6º 0.61% 0.9% -
XYZ 41.24 25.98 29.23 -
YUV 137.43 131.71 194.03 -
System Red Green Blue C M Y K H S L
Decimal 230 89 144 0 0.61 0.37 0.10 336.6 0.74 0.63
Hex E6 59 90 0 3D 25 A 151 4A 3F
Octal 346 131 220 0 75 45 12 521 112 77
Binary 11100110 1011001 10010000 0 111101 100101 1010 101010001 1001010 111111

Color Harmonies of #E65990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65990

Black with #E65990

Text Example


Text Example

White with #E65990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65990; }

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

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

background-color css

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

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

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

border-color css

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

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

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