Html Css Color HEX #E65690 Dark Pink

📋 copy color: '#E65690'

red 230 ◦ green 86 ◦ blue 144

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

Shades of Dark Pink #E65690

Tints of Dark Pink #E65690

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.7%

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

R = 50%
G = 18.7%
B = 31.3%

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

#E65690 (or 0xE65690) is known color: Dark Pink. HEX triplet: E6, 56 and 90. RGB value is (230,86,144). Sum of RGB (Red+Green+Blue) = 230+86+144=460 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50% from 460); Green value is 86 (33.98% from 255 or 18.70% from 460); Blue value is 144 (56.64% from 255 or 31.30% from 460); Max value from RGB is 230 - color contains mainly: red. Hex color #E65690 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65690 is #19A96F. Grayscale: #878787. Windows color (decimal): -1681776 or 9459430. OLE color: 9459430.

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

Color convert

RGB 230 86 144 -
CMYK 0 0.63 0.37 0.10
HSL 335.83º 0.74% 0.62% -
HSV(B) 335.83º 0.63% 0.9% -
XYZ 40.99 25.49 29.15 -
YUV 135.67 132.71 195.28 -
System Red Green Blue C M Y K H S L
Decimal 230 86 144 0 0.63 0.37 0.10 335.83 0.74 0.62
Hex E6 56 90 0 3F 25 A 150 4A 3E
Octal 346 126 220 0 77 45 12 520 112 76
Binary 11100110 1010110 10010000 0 111111 100101 1010 101010000 1001010 111110

Color Harmonies of #E65690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65690

Black with #E65690

Text Example


Text Example

White with #E65690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65690; }

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

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

background-color css

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

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

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

border-color css

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

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

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