Html Css Color HEX #E65475 Dark Pink

📋 copy color: '#E65475'

red 230 ◦ green 84 ◦ blue 117

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

Shades of Dark Pink #E65475

Tints of Dark Pink #E65475

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.49%

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

R = 53.36%
G = 19.49%
B = 27.15%

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

#E65475 (or 0xE65475) is known color: Dark Pink. HEX triplet: E6, 54 and 75. RGB value is (230,84,117). Sum of RGB (Red+Green+Blue) = 230+84+117=431 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.36% from 431); Green value is 84 (33.20% from 255 or 19.49% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 230 - color contains mainly: red. Hex color #E65475 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65475 is #19AB8A. Grayscale: #838383. Windows color (decimal): -1682315 or 7689446. OLE color: 7689446.

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

Color convert

RGB 230 84 117 -
CMYK 0 0.63 0.49 0.10
HSL 346.44º 0.74% 0.62% -
HSV(B) 346.44º 0.63% 0.9% -
XYZ 39.01 24.45 19.49 -
YUV 131.42 119.87 198.32 -
System Red Green Blue C M Y K H S L
Decimal 230 84 117 0 0.63 0.49 0.10 346.44 0.74 0.62
Hex E6 54 75 0 3F 31 A 15A 4A 3E
Octal 346 124 165 0 77 61 12 532 112 76
Binary 11100110 1010100 1110101 0 111111 110001 1010 101011010 1001010 111110

Color Harmonies of #E65475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65475

Black with #E65475

Text Example


Text Example

White with #E65475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65475; }

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

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

background-color css

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

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

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

border-color css

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

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

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