Html Css Color HEX #E64581 Dark Pink

📋 copy color: '#E64581'

red 230 ◦ green 69 ◦ blue 129

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

Shades of Dark Pink #E64581

Tints of Dark Pink #E64581

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.12%

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

R = 53.74%
G = 16.12%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E64581 (or 0xE64581) is known color: Dark Pink. HEX triplet: E6, 45 and 81. RGB value is (230,69,129). Sum of RGB (Red+Green+Blue) = 230+69+129=428 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.74% from 428); Green value is 69 (27.34% from 255 or 16.12% from 428); Blue value is 129 (50.78% from 255 or 30.14% from 428); Max value from RGB is 230 - color contains mainly: red. Hex color #E64581 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64581 is #19BA7E. Grayscale: #7B7B7B. Windows color (decimal): -1686143 or 8472038. OLE color: 8472038.

HSL color Cylindrical-coordinate representation of color #E64581: hue angle of 337.64º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E64581 is Cyan = 0, Magento = 0.7, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 69 129 -
CMYK 0 0.7 0.44 0.10
HSL 337.64º 0.76% 0.59% -
HSV(B) 337.64º 0.7% 0.9% -
XYZ 38.72 22.66 23.1 -
YUV 123.98 130.84 203.62 -
System Red Green Blue C M Y K H S L
Decimal 230 69 129 0 0.7 0.44 0.10 337.64 0.76 0.59
Hex E6 45 81 0 46 2C A 152 4C 3B
Octal 346 105 201 0 106 54 12 522 114 73
Binary 11100110 1000101 10000001 0 1000110 101100 1010 101010010 1001100 111011

Color Harmonies of #E64581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64581

Black with #E64581

Text Example


Text Example

White with #E64581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64581; }

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

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

background-color css

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

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

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

border-color css

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

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

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