Html Css Color HEX #E65590 Dark Pink

📋 copy color: '#E65590'

red 230 ◦ green 85 ◦ blue 144

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

Shades of Dark Pink #E65590

Tints of Dark Pink #E65590

RGB

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

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

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

R = 50.11%
G = 18.52%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E65590 (or 0xE65590) is known color: Dark Pink. HEX triplet: E6, 55 and 90. RGB value is (230,85,144). Sum of RGB (Red+Green+Blue) = 230+85+144=459 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.11% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 144 (56.64% from 255 or 31.37% from 459); Max value from RGB is 230 - color contains mainly: red. Hex color #E65590 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65590 is #19AA6F. Grayscale: #868686. Windows color (decimal): -1682032 or 9459174. OLE color: 9459174.

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

Color convert

RGB 230 85 144 -
CMYK 0 0.63 0.37 0.10
HSL 335.59º 0.74% 0.62% -
HSV(B) 335.59º 0.63% 0.9% -
XYZ 40.92 25.33 29.12 -
YUV 135.08 133.04 195.7 -
System Red Green Blue C M Y K H S L
Decimal 230 85 144 0 0.63 0.37 0.10 335.59 0.74 0.62
Hex E6 55 90 0 3F 25 A 150 4A 3E
Octal 346 125 220 0 77 45 12 520 112 76
Binary 11100110 1010101 10010000 0 111111 100101 1010 101010000 1001010 111110

Color Harmonies of #E65590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65590

Black with #E65590

Text Example


Text Example

White with #E65590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65590; }

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

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

background-color css

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

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

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

border-color css

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

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

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