Html Css Color HEX #E65985 Dark Pink

📋 copy color: '#E65985'

red 230 ◦ green 89 ◦ blue 133

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

Shades of Dark Pink #E65985

Tints of Dark Pink #E65985

RGB

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

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

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

R = 50.88%
G = 19.69%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E65985 (or 0xE65985) is known color: Dark Pink. HEX triplet: E6, 59 and 85. RGB value is (230,89,133). Sum of RGB (Red+Green+Blue) = 230+89+133=452 (59% of max value = 765). Red value is 230 (90.23% from 255 or 50.88% from 452); Green value is 89 (35.16% from 255 or 19.69% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 230 - color contains mainly: red. Hex color #E65985 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65985 is #19A67A. Grayscale: #888888. Windows color (decimal): -1681019 or 8739302. OLE color: 8739302.

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

Color convert

RGB 230 89 133 -
CMYK 0 0.61 0.42 0.10
HSL 341.28º 0.74% 0.63% -
HSV(B) 341.28º 0.61% 0.9% -
XYZ 40.44 25.66 25.01 -
YUV 136.18 126.21 194.92 -
System Red Green Blue C M Y K H S L
Decimal 230 89 133 0 0.61 0.42 0.10 341.28 0.74 0.63
Hex E6 59 85 0 3D 2A A 155 4A 3F
Octal 346 131 205 0 75 52 12 525 112 77
Binary 11100110 1011001 10000101 0 111101 101010 1010 101010101 1001010 111111

Color Harmonies of #E65985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65985

Black with #E65985

Text Example


Text Example

White with #E65985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65985; }

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

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

background-color css

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

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

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

border-color css

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

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

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