Html Css Color HEX #E65A81 Dark Pink

📋 copy color: '#E65A81'

red 230 ◦ green 90 ◦ blue 129

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

Shades of Dark Pink #E65A81

Tints of Dark Pink #E65A81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 28.73%

R = 51.22%
G = 20.04%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E65A81 (or 0xE65A81) is known color: Dark Pink. HEX triplet: E6, 5A and 81. RGB value is (230,90,129). Sum of RGB (Red+Green+Blue) = 230+90+129=449 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.22% from 449); Green value is 90 (35.55% from 255 or 20.04% from 449); Blue value is 129 (50.78% from 255 or 28.73% from 449); Max value from RGB is 230 - color contains mainly: red. Hex color #E65A81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65A81 is #19A57E. Grayscale: #888888. Windows color (decimal): -1680767 or 8477414. OLE color: 8477414.

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

Color convert

RGB 230 90 129 -
CMYK 0 0.61 0.44 0.10
HSL 343.29º 0.74% 0.63% -
HSV(B) 343.29º 0.61% 0.9% -
XYZ 40.25 25.72 23.61 -
YUV 136.31 123.88 194.83 -
System Red Green Blue C M Y K H S L
Decimal 230 90 129 0 0.61 0.44 0.10 343.29 0.74 0.63
Hex E6 5A 81 0 3D 2C A 157 4A 3F
Octal 346 132 201 0 75 54 12 527 112 77
Binary 11100110 1011010 10000001 0 111101 101100 1010 101010111 1001010 111111

Color Harmonies of #E65A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65A81

Black with #E65A81

Text Example


Text Example

White with #E65A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65A81; }

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

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

background-color css

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

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

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

border-color css

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

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

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