Html Css Color HEX #E65D8C Dark Pink

📋 copy color: '#E65D8C'

red 230 ◦ green 93 ◦ blue 140

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

Shades of Dark Pink #E65D8C

Tints of Dark Pink #E65D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.24%

R = 49.68%
G = 20.09%
B = 30.24%

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

#E65D8C (or 0xE65D8C) is known color: Dark Pink. HEX triplet: E6, 5D and 8C. RGB value is (230,93,140). Sum of RGB (Red+Green+Blue) = 230+93+140=463 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.68% from 463); Green value is 93 (36.72% from 255 or 20.09% from 463); Blue value is 140 (55.08% from 255 or 30.24% from 463); Max value from RGB is 230 - color contains mainly: red. Hex color #E65D8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65D8C is #19A273. Grayscale: #8B8B8B. Windows color (decimal): -1679988 or 9199078. OLE color: 9199078.

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

Color convert

RGB 230 93 140 -
CMYK 0 0.60 0.39 0.10
HSL 339.42º 0.73% 0.63% -
HSV(B) 339.42º 0.6% 0.9% -
XYZ 41.28 26.55 27.76 -
YUV 139.32 128.39 192.68 -
System Red Green Blue C M Y K H S L
Decimal 230 93 140 0 0.60 0.39 0.10 339.42 0.73 0.63
Hex E6 5D 8C 0 3C 27 A 153 49 3F
Octal 346 135 214 0 74 47 12 523 111 77
Binary 11100110 1011101 10001100 0 111100 100111 1010 101010011 1001001 111111

Color Harmonies of #E65D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65D8C

Black with #E65D8C

Text Example


Text Example

White with #E65D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65D8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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