Html Css Color HEX #E65376 Dark Pink

📋 copy color: '#E65376'

red 230 ◦ green 83 ◦ blue 118

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

Shades of Dark Pink #E65376

Tints of Dark Pink #E65376

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.26%

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

R = 53.36%
G = 19.26%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E65376 (or 0xE65376) is known color: Dark Pink. HEX triplet: E6, 53 and 76. RGB value is (230,83,118). Sum of RGB (Red+Green+Blue) = 230+83+118=431 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.36% from 431); Green value is 83 (32.81% from 255 or 19.26% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 230 - color contains mainly: red. Hex color #E65376 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65376 is #19AC89. Grayscale: #828282. Windows color (decimal): -1682570 or 7754726. OLE color: 7754726.

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

Color convert

RGB 230 83 118 -
CMYK 0 0.64 0.49 0.10
HSL 345.71º 0.75% 0.61% -
HSV(B) 345.71º 0.64% 0.9% -
XYZ 39 24.32 19.78 -
YUV 130.94 120.7 198.65 -
System Red Green Blue C M Y K H S L
Decimal 230 83 118 0 0.64 0.49 0.10 345.71 0.75 0.61
Hex E6 53 76 0 40 31 A 15A 4B 3D
Octal 346 123 166 0 100 61 12 532 113 75
Binary 11100110 1010011 1110110 0 1000000 110001 1010 101011010 1001011 111101

Color Harmonies of #E65376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65376

Black with #E65376

Text Example


Text Example

White with #E65376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65376; }

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

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

background-color css

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

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

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

border-color css

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

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

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