Html Css Color HEX #E65181 Dark Pink

📋 copy color: '#E65181'

red 230 ◦ green 81 ◦ blue 129

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

Shades of Dark Pink #E65181

Tints of Dark Pink #E65181

RGB

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

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

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

R = 52.27%
G = 18.41%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E65181 (or 0xE65181) is known color: Dark Pink. HEX triplet: E6, 51 and 81. RGB value is (230,81,129). Sum of RGB (Red+Green+Blue) = 230+81+129=440 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.27% from 440); Green value is 81 (32.03% from 255 or 18.41% from 440); Blue value is 129 (50.78% from 255 or 29.32% from 440); Max value from RGB is 230 - color contains mainly: red. Hex color #E65181 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65181 is #19AE7E. Grayscale: #828282. Windows color (decimal): -1683071 or 8475110. OLE color: 8475110.

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

Color convert

RGB 230 81 129 -
CMYK 0 0.65 0.44 0.10
HSL 340.67º 0.75% 0.61% -
HSV(B) 340.67º 0.65% 0.9% -
XYZ 39.54 24.29 23.37 -
YUV 131.02 126.86 198.6 -
System Red Green Blue C M Y K H S L
Decimal 230 81 129 0 0.65 0.44 0.10 340.67 0.75 0.61
Hex E6 51 81 0 41 2C A 155 4B 3D
Octal 346 121 201 0 101 54 12 525 113 75
Binary 11100110 1010001 10000001 0 1000001 101100 1010 101010101 1001011 111101

Color Harmonies of #E65181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65181

Black with #E65181

Text Example


Text Example

White with #E65181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65181; }

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

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

background-color css

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

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

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

border-color css

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

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

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