Html Css Color HEX #E65574 Dark Pink

📋 copy color: '#E65574'

red 230 ◦ green 85 ◦ blue 116

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

Shades of Dark Pink #E65574

Tints of Dark Pink #E65574

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.72%

 BLUE value IS 116 (45.7% from 255) = 26.91%

R = 53.36%
G = 19.72%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E65574 (or 0xE65574) is known color: Dark Pink. HEX triplet: E6, 55 and 74. RGB value is (230,85,116). Sum of RGB (Red+Green+Blue) = 230+85+116=431 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.36% from 431); Green value is 85 (33.59% from 255 or 19.72% from 431); Blue value is 116 (45.70% from 255 or 26.91% from 431); Max value from RGB is 230 - color contains mainly: red. Hex color #E65574 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65574 is #19AA8B. Grayscale: #838383. Windows color (decimal): -1682060 or 7624166. OLE color: 7624166.

HSL color Cylindrical-coordinate representation of color #E65574: hue angle of 347.17º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E65574 is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 85 116 -
CMYK 0 0.63 0.50 0.10
HSL 347.17º 0.74% 0.62% -
HSV(B) 347.17º 0.63% 0.9% -
XYZ 39.03 24.58 19.21 -
YUV 131.89 119.04 197.98 -
System Red Green Blue C M Y K H S L
Decimal 230 85 116 0 0.63 0.50 0.10 347.17 0.74 0.62
Hex E6 55 74 0 3F 32 A 15B 4A 3E
Octal 346 125 164 0 77 62 12 533 112 76
Binary 11100110 1010101 1110100 0 111111 110010 1010 101011011 1001010 111110

Color Harmonies of #E65574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65574

Black with #E65574

Text Example


Text Example

White with #E65574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65574; }

 p { color: rgb(230,85,116); }

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

background-color css

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

 a { background-color: rgb(230,85,116); }

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

border-color css

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

 span { border-color: rgb(230,85,116); }

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