Html Css Color HEX #E65575 Dark Pink

📋 copy color: '#E65575'

red 230 ◦ green 85 ◦ blue 117

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

Shades of Dark Pink #E65575

Tints of Dark Pink #E65575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.08%

R = 53.24%
G = 19.68%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E65575 (or 0xE65575) is known color: Dark Pink. HEX triplet: E6, 55 and 75. RGB value is (230,85,117). Sum of RGB (Red+Green+Blue) = 230+85+117=432 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.24% from 432); Green value is 85 (33.59% from 255 or 19.68% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 230 - color contains mainly: red. Hex color #E65575 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65575 is #19AA8A. Grayscale: #848484. Windows color (decimal): -1682059 or 7689702. OLE color: 7689702.

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

Color convert

RGB 230 85 117 -
CMYK 0 0.63 0.49 0.10
HSL 346.76º 0.74% 0.62% -
HSV(B) 346.76º 0.63% 0.9% -
XYZ 39.09 24.6 19.52 -
YUV 132 119.54 197.9 -
System Red Green Blue C M Y K H S L
Decimal 230 85 117 0 0.63 0.49 0.10 346.76 0.74 0.62
Hex E6 55 75 0 3F 31 A 15B 4A 3E
Octal 346 125 165 0 77 61 12 533 112 76
Binary 11100110 1010101 1110101 0 111111 110001 1010 101011011 1001010 111110

Color Harmonies of #E65575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65575

Black with #E65575

Text Example


Text Example

White with #E65575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65575; }

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

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

background-color css

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

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

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

border-color css

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

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

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