Html Css Color HEX #E65975 Dark Pink

📋 copy color: '#E65975'

red 230 ◦ green 89 ◦ blue 117

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

Shades of Dark Pink #E65975

Tints of Dark Pink #E65975

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.41%

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

R = 52.75%
G = 20.41%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E65975 (or 0xE65975) is known color: Dark Pink. HEX triplet: E6, 59 and 75. RGB value is (230,89,117). Sum of RGB (Red+Green+Blue) = 230+89+117=436 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.75% from 436); Green value is 89 (35.16% from 255 or 20.41% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 230 - color contains mainly: red. Hex color #E65975 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65975 is #19A68A. Grayscale: #868686. Windows color (decimal): -1681035 or 7690726. OLE color: 7690726.

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

Color convert

RGB 230 89 117 -
CMYK 0 0.61 0.49 0.10
HSL 348.09º 0.74% 0.63% -
HSV(B) 348.09º 0.61% 0.9% -
XYZ 39.42 25.25 19.63 -
YUV 134.35 118.21 196.22 -
System Red Green Blue C M Y K H S L
Decimal 230 89 117 0 0.61 0.49 0.10 348.09 0.74 0.63
Hex E6 59 75 0 3D 31 A 15C 4A 3F
Octal 346 131 165 0 75 61 12 534 112 77
Binary 11100110 1011001 1110101 0 111101 110001 1010 101011100 1001010 111111

Color Harmonies of #E65975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65975

Black with #E65975

Text Example


Text Example

White with #E65975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65975; }

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

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

background-color css

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

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

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

border-color css

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

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

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