Html Css Color HEX #E65D8A Dark Pink

📋 copy color: '#E65D8A'

red 230 ◦ green 93 ◦ blue 138

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

Shades of Dark Pink #E65D8A

Tints of Dark Pink #E65D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.93%

R = 49.89%
G = 20.17%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.4

 K value IS 0.10

RGB Variations

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

Color information

#E65D8A (or 0xE65D8A) is known color: Dark Pink. HEX triplet: E6, 5D and 8A. RGB value is (230,93,138). Sum of RGB (Red+Green+Blue) = 230+93+138=461 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.89% from 461); Green value is 93 (36.72% from 255 or 20.17% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 230 - color contains mainly: red. Hex color #E65D8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65D8A is #19A275. Grayscale: #8B8B8B. Windows color (decimal): -1679990 or 9068006. OLE color: 9068006.

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

Color convert

RGB 230 93 138 -
CMYK 0 0.60 0.4 0.10
HSL 340.29º 0.73% 0.63% -
HSV(B) 340.29º 0.6% 0.9% -
XYZ 41.13 26.49 26.99 -
YUV 139.09 127.39 192.84 -
System Red Green Blue C M Y K H S L
Decimal 230 93 138 0 0.60 0.4 0.10 340.29 0.73 0.63
Hex E6 5D 8A 0 3C 28 A 154 49 3F
Octal 346 135 212 0 74 50 12 524 111 77
Binary 11100110 1011101 10001010 0 111100 101000 1010 101010100 1001001 111111

Color Harmonies of #E65D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65D8A

Black with #E65D8A

Text Example


Text Example

White with #E65D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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