Html Css Color HEX #E65476 Dark Pink

📋 copy color: '#E65476'

red 230 ◦ green 84 ◦ blue 118

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

Shades of Dark Pink #E65476

Tints of Dark Pink #E65476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.31%

R = 53.24%
G = 19.44%
B = 27.31%

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

#E65476 (or 0xE65476) is known color: Dark Pink. HEX triplet: E6, 54 and 76. RGB value is (230,84,118). Sum of RGB (Red+Green+Blue) = 230+84+118=432 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.24% from 432); Green value is 84 (33.20% from 255 or 19.44% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 230 - color contains mainly: red. Hex color #E65476 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65476 is #19AB89. Grayscale: #838383. Windows color (decimal): -1682314 or 7754982. OLE color: 7754982.

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

Color convert

RGB 230 84 118 -
CMYK 0 0.63 0.49 0.10
HSL 346.03º 0.74% 0.62% -
HSV(B) 346.03º 0.63% 0.9% -
XYZ 39.07 24.47 19.8 -
YUV 131.53 120.37 198.24 -
System Red Green Blue C M Y K H S L
Decimal 230 84 118 0 0.63 0.49 0.10 346.03 0.74 0.62
Hex E6 54 76 0 3F 31 A 15A 4A 3E
Octal 346 124 166 0 77 61 12 532 112 76
Binary 11100110 1010100 1110110 0 111111 110001 1010 101011010 1001010 111110

Color Harmonies of #E65476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65476

Black with #E65476

Text Example


Text Example

White with #E65476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65476; }

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

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

background-color css

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

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

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

border-color css

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

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

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