Html Css Color HEX #E65A85 Dark Pink

📋 copy color: '#E65A85'

red 230 ◦ green 90 ◦ blue 133

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

Shades of Dark Pink #E65A85

Tints of Dark Pink #E65A85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.36%

R = 50.77%
G = 19.87%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E65A85 (or 0xE65A85) is known color: Dark Pink. HEX triplet: E6, 5A and 85. RGB value is (230,90,133). Sum of RGB (Red+Green+Blue) = 230+90+133=453 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.77% from 453); Green value is 90 (35.55% from 255 or 19.87% from 453); Blue value is 133 (52.34% from 255 or 29.36% from 453); Max value from RGB is 230 - color contains mainly: red. Hex color #E65A85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65A85 is #19A57A. Grayscale: #888888. Windows color (decimal): -1680763 or 8739558. OLE color: 8739558.

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

Color convert

RGB 230 90 133 -
CMYK 0 0.61 0.42 0.10
HSL 341.57º 0.74% 0.63% -
HSV(B) 341.57º 0.61% 0.9% -
XYZ 40.52 25.83 25.04 -
YUV 136.76 125.88 194.5 -
System Red Green Blue C M Y K H S L
Decimal 230 90 133 0 0.61 0.42 0.10 341.57 0.74 0.63
Hex E6 5A 85 0 3D 2A A 156 4A 3F
Octal 346 132 205 0 75 52 12 526 112 77
Binary 11100110 1011010 10000101 0 111101 101010 1010 101010110 1001010 111111

Color Harmonies of #E65A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65A85

Black with #E65A85

Text Example


Text Example

White with #E65A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65A85; }

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

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

background-color css

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

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

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

border-color css

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

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

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