Html Css Color HEX #E65994 Dark Pink

📋 copy color: '#E65994'

red 230 ◦ green 89 ◦ blue 148

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

Shades of Dark Pink #E65994

Tints of Dark Pink #E65994

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.06%

 BLUE value IS 148 (58.2% from 255) = 31.69%

R = 49.25%
G = 19.06%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#E65994 (or 0xE65994) is known color: Dark Pink. HEX triplet: E6, 59 and 94. RGB value is (230,89,148). Sum of RGB (Red+Green+Blue) = 230+89+148=467 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.25% from 467); Green value is 89 (35.16% from 255 or 19.06% from 467); Blue value is 148 (58.20% from 255 or 31.69% from 467); Max value from RGB is 230 - color contains mainly: red. Hex color #E65994 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65994 is #19A66B. Grayscale: #898989. Windows color (decimal): -1681004 or 9722342. OLE color: 9722342.

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

Color convert

RGB 230 89 148 -
CMYK 0 0.61 0.36 0.10
HSL 334.89º 0.74% 0.63% -
HSV(B) 334.89º 0.61% 0.9% -
XYZ 41.55 26.11 30.87 -
YUV 137.89 133.71 193.7 -
System Red Green Blue C M Y K H S L
Decimal 230 89 148 0 0.61 0.36 0.10 334.89 0.74 0.63
Hex E6 59 94 0 3D 24 A 14F 4A 3F
Octal 346 131 224 0 75 44 12 517 112 77
Binary 11100110 1011001 10010100 0 111101 100100 1010 101001111 1001010 111111

Color Harmonies of #E65994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65994

Black with #E65994

Text Example


Text Example

White with #E65994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65994; }

 p { color: rgb(230,89,148); }

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

background-color css

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

 a { background-color: rgb(230,89,148); }

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

border-color css

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

 span { border-color: rgb(230,89,148); }

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