Html Css Color HEX #E65187 Dark Pink

📋 copy color: '#E65187'

red 230 ◦ green 81 ◦ blue 135

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

Shades of Dark Pink #E65187

Tints of Dark Pink #E65187

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.16%

 BLUE value IS 135 (53.13% from 255) = 30.27%

R = 51.57%
G = 18.16%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.10

RGB Variations

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

Color information

#E65187 (or 0xE65187) is known color: Dark Pink. HEX triplet: E6, 51 and 87. RGB value is (230,81,135). Sum of RGB (Red+Green+Blue) = 230+81+135=446 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.57% from 446); Green value is 81 (32.03% from 255 or 18.16% from 446); Blue value is 135 (53.12% from 255 or 30.27% from 446); Max value from RGB is 230 - color contains mainly: red. Hex color #E65187 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65187 is #19AE78. Grayscale: #838383. Windows color (decimal): -1683065 or 8868326. OLE color: 8868326.

HSL color Cylindrical-coordinate representation of color #E65187: hue angle of 338.26º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E65187 is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 81 135 -
CMYK 0 0.65 0.41 0.10
HSL 338.26º 0.75% 0.61% -
HSV(B) 338.26º 0.65% 0.9% -
XYZ 39.95 24.46 25.54 -
YUV 131.71 129.86 198.11 -
System Red Green Blue C M Y K H S L
Decimal 230 81 135 0 0.65 0.41 0.10 338.26 0.75 0.61
Hex E6 51 87 0 41 29 A 152 4B 3D
Octal 346 121 207 0 101 51 12 522 113 75
Binary 11100110 1010001 10000111 0 1000001 101001 1010 101010010 1001011 111101

Color Harmonies of #E65187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65187

Black with #E65187

Text Example


Text Example

White with #E65187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65187; }

 p { color: rgb(230,81,135); }

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

background-color css

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

 a { background-color: rgb(230,81,135); }

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

border-color css

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

 span { border-color: rgb(230,81,135); }

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