Html Css Color HEX #E65794 Dark Pink

📋 copy color: '#E65794'

red 230 ◦ green 87 ◦ blue 148

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

Shades of Dark Pink #E65794

Tints of Dark Pink #E65794

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.71%

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

R = 49.46%
G = 18.71%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#E65794 (or 0xE65794) is known color: Dark Pink. HEX triplet: E6, 57 and 94. RGB value is (230,87,148). Sum of RGB (Red+Green+Blue) = 230+87+148=465 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.46% from 465); Green value is 87 (34.38% from 255 or 18.71% from 465); Blue value is 148 (58.20% from 255 or 31.83% from 465); Max value from RGB is 230 - color contains mainly: red. Hex color #E65794 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65794 is #19A86B. Grayscale: #888888. Windows color (decimal): -1681516 or 9721830. OLE color: 9721830.

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

Color convert

RGB 230 87 148 -
CMYK 0 0.62 0.36 0.10
HSL 334.41º 0.74% 0.62% -
HSV(B) 334.41º 0.62% 0.9% -
XYZ 41.39 25.78 30.81 -
YUV 136.71 134.38 194.54 -
System Red Green Blue C M Y K H S L
Decimal 230 87 148 0 0.62 0.36 0.10 334.41 0.74 0.62
Hex E6 57 94 0 3E 24 A 14E 4A 3E
Octal 346 127 224 0 76 44 12 516 112 76
Binary 11100110 1010111 10010100 0 111110 100100 1010 101001110 1001010 111110

Color Harmonies of #E65794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65794

Black with #E65794

Text Example


Text Example

White with #E65794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65794; }

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

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

background-color css

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

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

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

border-color css

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

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

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