Html Css Color HEX #E65D8D Dark Pink

📋 copy color: '#E65D8D'

red 230 ◦ green 93 ◦ blue 141

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

Shades of Dark Pink #E65D8D

Tints of Dark Pink #E65D8D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.04%

 BLUE value IS 141 (55.47% from 255) = 30.39%

R = 49.57%
G = 20.04%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E65D8D (or 0xE65D8D) is known color: Dark Pink. HEX triplet: E6, 5D and 8D. RGB value is (230,93,141). Sum of RGB (Red+Green+Blue) = 230+93+141=464 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.57% from 464); Green value is 93 (36.72% from 255 or 20.04% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 230 - color contains mainly: red. Hex color #E65D8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65D8D is #19A272. Grayscale: #8B8B8B. Windows color (decimal): -1679987 or 9264614. OLE color: 9264614.

HSL color Cylindrical-coordinate representation of color #E65D8D: hue angle of 338.98º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E65D8D is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 93 141 -
CMYK 0 0.60 0.39 0.10
HSL 338.98º 0.73% 0.63% -
HSV(B) 338.98º 0.6% 0.9% -
XYZ 41.36 26.57 28.15 -
YUV 139.44 128.89 192.6 -
System Red Green Blue C M Y K H S L
Decimal 230 93 141 0 0.60 0.39 0.10 338.98 0.73 0.63
Hex E6 5D 8D 0 3C 27 A 153 49 3F
Octal 346 135 215 0 74 47 12 523 111 77
Binary 11100110 1011101 10001101 0 111100 100111 1010 101010011 1001001 111111

Color Harmonies of #E65D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65D8D

Black with #E65D8D

Text Example


Text Example

White with #E65D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65D8D; }

 p { color: rgb(230,93,141); }

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

background-color css

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

 a { background-color: rgb(230,93,141); }

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

border-color css

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

 span { border-color: rgb(230,93,141); }

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