Html Css Color HEX #E65675 Dark Pink

📋 copy color: '#E65675'

red 230 ◦ green 86 ◦ blue 117

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

Shades of Dark Pink #E65675

Tints of Dark Pink #E65675

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.86%

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

R = 53.12%
G = 19.86%
B = 27.02%

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

#E65675 (or 0xE65675) is known color: Dark Pink. HEX triplet: E6, 56 and 75. RGB value is (230,86,117). Sum of RGB (Red+Green+Blue) = 230+86+117=433 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.12% from 433); Green value is 86 (33.98% from 255 or 19.86% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 230 - color contains mainly: red. Hex color #E65675 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65675 is #19A98A. Grayscale: #848484. Windows color (decimal): -1681803 or 7689958. OLE color: 7689958.

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

Color convert

RGB 230 86 117 -
CMYK 0 0.63 0.49 0.10
HSL 347.08º 0.74% 0.62% -
HSV(B) 347.08º 0.63% 0.9% -
XYZ 39.17 24.76 19.54 -
YUV 132.59 119.21 197.48 -
System Red Green Blue C M Y K H S L
Decimal 230 86 117 0 0.63 0.49 0.10 347.08 0.74 0.62
Hex E6 56 75 0 3F 31 A 15B 4A 3E
Octal 346 126 165 0 77 61 12 533 112 76
Binary 11100110 1010110 1110101 0 111111 110001 1010 101011011 1001010 111110

Color Harmonies of #E65675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65675

Black with #E65675

Text Example


Text Example

White with #E65675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65675; }

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

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

background-color css

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

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

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

border-color css

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

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

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