Html Css Color HEX #E65A8E Dark Pink

📋 copy color: '#E65A8E'

red 230 ◦ green 90 ◦ blue 142

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

Shades of Dark Pink #E65A8E

Tints of Dark Pink #E65A8E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.48%

 BLUE value IS 142 (55.86% from 255) = 30.74%

R = 49.78%
G = 19.48%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E65A8E (or 0xE65A8E) is known color: Dark Pink. HEX triplet: E6, 5A and 8E. RGB value is (230,90,142). Sum of RGB (Red+Green+Blue) = 230+90+142=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 90 (35.55% from 255 or 19.48% from 462); Blue value is 142 (55.86% from 255 or 30.74% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E65A8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65A8E is #19A571. Grayscale: #898989. Windows color (decimal): -1680754 or 9329382. OLE color: 9329382.

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

Color convert

RGB 230 90 142 -
CMYK 0 0.61 0.38 0.10
HSL 337.71º 0.74% 0.63% -
HSV(B) 337.71º 0.61% 0.9% -
XYZ 41.17 26.09 28.46 -
YUV 137.79 130.38 193.77 -
System Red Green Blue C M Y K H S L
Decimal 230 90 142 0 0.61 0.38 0.10 337.71 0.74 0.63
Hex E6 5A 8E 0 3D 26 A 152 4A 3F
Octal 346 132 216 0 75 46 12 522 112 77
Binary 11100110 1011010 10001110 0 111101 100110 1010 101010010 1001010 111111

Color Harmonies of #E65A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65A8E

Black with #E65A8E

Text Example


Text Example

White with #E65A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65A8E; }

 p { color: rgb(230,90,142); }

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

background-color css

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

 a { background-color: rgb(230,90,142); }

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

border-color css

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

 span { border-color: rgb(230,90,142); }

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