Html Css Color HEX #E65D7A Dark Pink

📋 copy color: '#E65D7A'

red 230 ◦ green 93 ◦ blue 122

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

Shades of Dark Pink #E65D7A

Tints of Dark Pink #E65D7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.42%

R = 51.69%
G = 20.9%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E65D7A (or 0xE65D7A) is known color: Dark Pink. HEX triplet: E6, 5D and 7A. RGB value is (230,93,122). Sum of RGB (Red+Green+Blue) = 230+93+122=445 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.69% from 445); Green value is 93 (36.72% from 255 or 20.90% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 230 - color contains mainly: red. Hex color #E65D7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65D7A is #19A285. Grayscale: #898989. Windows color (decimal): -1680006 or 8019430. OLE color: 8019430.

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

Color convert

RGB 230 93 122 -
CMYK 0 0.60 0.47 0.10
HSL 347.3º 0.73% 0.63% -
HSV(B) 347.3º 0.6% 0.9% -
XYZ 40.06 26.06 21.33 -
YUV 137.27 119.39 194.14 -
System Red Green Blue C M Y K H S L
Decimal 230 93 122 0 0.60 0.47 0.10 347.3 0.73 0.63
Hex E6 5D 7A 0 3C 2F A 15B 49 3F
Octal 346 135 172 0 74 57 12 533 111 77
Binary 11100110 1011101 1111010 0 111100 101111 1010 101011011 1001001 111111

Color Harmonies of #E65D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65D7A

Black with #E65D7A

Text Example


Text Example

White with #E65D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65D7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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