Html Css Color HEX #E65585 Dark Pink

📋 copy color: '#E65585'

red 230 ◦ green 85 ◦ blue 133

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

Shades of Dark Pink #E65585

Tints of Dark Pink #E65585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.69%

R = 51.34%
G = 18.97%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E65585 (or 0xE65585) is known color: Dark Pink. HEX triplet: E6, 55 and 85. RGB value is (230,85,133). Sum of RGB (Red+Green+Blue) = 230+85+133=448 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.34% from 448); Green value is 85 (33.59% from 255 or 18.97% from 448); Blue value is 133 (52.34% from 255 or 29.69% from 448); Max value from RGB is 230 - color contains mainly: red. Hex color #E65585 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65585 is #19AA7A. Grayscale: #858585. Windows color (decimal): -1682043 or 8738278. OLE color: 8738278.

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

Color convert

RGB 230 85 133 -
CMYK 0 0.63 0.42 0.10
HSL 340.14º 0.74% 0.62% -
HSV(B) 340.14º 0.63% 0.9% -
XYZ 40.12 25.01 24.9 -
YUV 133.83 127.54 196.6 -
System Red Green Blue C M Y K H S L
Decimal 230 85 133 0 0.63 0.42 0.10 340.14 0.74 0.62
Hex E6 55 85 0 3F 2A A 154 4A 3E
Octal 346 125 205 0 77 52 12 524 112 76
Binary 11100110 1010101 10000101 0 111111 101010 1010 101010100 1001010 111110

Color Harmonies of #E65585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65585

Black with #E65585

Text Example


Text Example

White with #E65585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65585; }

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

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

background-color css

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

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

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

border-color css

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

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

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