Html Css Color HEX #E65389 Dark Pink

📋 copy color: '#E65389'

red 230 ◦ green 83 ◦ blue 137

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

Shades of Dark Pink #E65389

Tints of Dark Pink #E65389

RGB

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

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

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

R = 51.11%
G = 18.44%
B = 30.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#E65389 (or 0xE65389) is known color: Dark Pink. HEX triplet: E6, 53 and 89. RGB value is (230,83,137). Sum of RGB (Red+Green+Blue) = 230+83+137=450 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.11% from 450); Green value is 83 (32.81% from 255 or 18.44% from 450); Blue value is 137 (53.91% from 255 or 30.44% from 450); Max value from RGB is 230 - color contains mainly: red. Hex color #E65389 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65389 is #19AC76. Grayscale: #858585. Windows color (decimal): -1682551 or 8999910. OLE color: 8999910.

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

Color convert

RGB 230 83 137 -
CMYK 0 0.64 0.40 0.10
HSL 337.96º 0.75% 0.61% -
HSV(B) 337.96º 0.64% 0.9% -
XYZ 40.24 24.82 26.34 -
YUV 133.11 130.2 197.11 -
System Red Green Blue C M Y K H S L
Decimal 230 83 137 0 0.64 0.40 0.10 337.96 0.75 0.61
Hex E6 53 89 0 40 28 A 152 4B 3D
Octal 346 123 211 0 100 50 12 522 113 75
Binary 11100110 1010011 10001001 0 1000000 101000 1010 101010010 1001011 111101

Color Harmonies of #E65389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65389

Black with #E65389

Text Example


Text Example

White with #E65389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65389; }

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

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

background-color css

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

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

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

border-color css

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

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

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