Html Css Color HEX #E65895 Dark Pink

📋 copy color: '#E65895'

red 230 ◦ green 88 ◦ blue 149

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

Shades of Dark Pink #E65895

Tints of Dark Pink #E65895

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.84%

 BLUE value IS 149 (58.59% from 255) = 31.91%

R = 49.25%
G = 18.84%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E65895 (or 0xE65895) is known color: Dark Pink. HEX triplet: E6, 58 and 95. RGB value is (230,88,149). Sum of RGB (Red+Green+Blue) = 230+88+149=467 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.25% from 467); Green value is 88 (34.77% from 255 or 18.84% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 230 - color contains mainly: red. Hex color #E65895 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65895 is #19A76A. Grayscale: #898989. Windows color (decimal): -1681259 or 9787622. OLE color: 9787622.

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

Color convert

RGB 230 88 149 -
CMYK 0 0.62 0.35 0.10
HSL 334.23º 0.74% 0.62% -
HSV(B) 334.23º 0.62% 0.9% -
XYZ 41.55 25.97 31.26 -
YUV 137.41 134.54 194.04 -
System Red Green Blue C M Y K H S L
Decimal 230 88 149 0 0.62 0.35 0.10 334.23 0.74 0.62
Hex E6 58 95 0 3E 23 A 14E 4A 3E
Octal 346 130 225 0 76 43 12 516 112 76
Binary 11100110 1011000 10010101 0 111110 100011 1010 101001110 1001010 111110

Color Harmonies of #E65895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65895

Black with #E65895

Text Example


Text Example

White with #E65895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65895; }

 p { color: rgb(230,88,149); }

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

background-color css

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

 a { background-color: rgb(230,88,149); }

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

border-color css

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

 span { border-color: rgb(230,88,149); }

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