Html Css Color HEX #E65178 Dark Pink

📋 copy color: '#E65178'

red 230 ◦ green 81 ◦ blue 120

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

Shades of Dark Pink #E65178

Tints of Dark Pink #E65178

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.79%

 BLUE value IS 120 (47.27% from 255) = 27.84%

R = 53.36%
G = 18.79%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E65178 (or 0xE65178) is known color: Dark Pink. HEX triplet: E6, 51 and 78. RGB value is (230,81,120). Sum of RGB (Red+Green+Blue) = 230+81+120=431 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.36% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 120 (47.27% from 255 or 27.84% from 431); Max value from RGB is 230 - color contains mainly: red. Hex color #E65178 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65178 is #19AE87. Grayscale: #818181. Windows color (decimal): -1683080 or 7885286. OLE color: 7885286.

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

Color convert

RGB 230 81 120 -
CMYK 0 0.65 0.48 0.10
HSL 344.3º 0.75% 0.61% -
HSV(B) 344.3º 0.65% 0.9% -
XYZ 38.97 24.06 20.36 -
YUV 130 122.36 199.33 -
System Red Green Blue C M Y K H S L
Decimal 230 81 120 0 0.65 0.48 0.10 344.3 0.75 0.61
Hex E6 51 78 0 41 30 A 158 4B 3D
Octal 346 121 170 0 101 60 12 530 113 75
Binary 11100110 1010001 1111000 0 1000001 110000 1010 101011000 1001011 111101

Color Harmonies of #E65178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65178

Black with #E65178

Text Example


Text Example

White with #E65178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65178; }

 p { color: rgb(230,81,120); }

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

background-color css

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

 a { background-color: rgb(230,81,120); }

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

border-color css

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

 span { border-color: rgb(230,81,120); }

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