Html Css Color HEX #E65189 Dark Pink

📋 copy color: '#E65189'

red 230 ◦ green 81 ◦ blue 137

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

Shades of Dark Pink #E65189

Tints of Dark Pink #E65189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 30.58%

R = 51.34%
G = 18.08%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#E65189 (or 0xE65189) is known color: Dark Pink. HEX triplet: E6, 51 and 89. RGB value is (230,81,137). Sum of RGB (Red+Green+Blue) = 230+81+137=448 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.34% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 137 (53.91% from 255 or 30.58% from 448); Max value from RGB is 230 - color contains mainly: red. Hex color #E65189 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65189 is #19AE76. Grayscale: #838383. Windows color (decimal): -1683063 or 8999398. OLE color: 8999398.

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

Color convert

RGB 230 81 137 -
CMYK 0 0.65 0.40 0.10
HSL 337.45º 0.75% 0.61% -
HSV(B) 337.45º 0.65% 0.9% -
XYZ 40.09 24.51 26.29 -
YUV 131.94 130.86 197.95 -
System Red Green Blue C M Y K H S L
Decimal 230 81 137 0 0.65 0.40 0.10 337.45 0.75 0.61
Hex E6 51 89 0 41 28 A 151 4B 3D
Octal 346 121 211 0 101 50 12 521 113 75
Binary 11100110 1010001 10001001 0 1000001 101000 1010 101010001 1001011 111101

Color Harmonies of #E65189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65189

Black with #E65189

Text Example


Text Example

White with #E65189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65189; }

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

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

background-color css

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

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

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

border-color css

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

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

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