Html Css Color HEX #E64281 Dark Pink

📋 copy color: '#E64281'

red 230 ◦ green 66 ◦ blue 129

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

Shades of Dark Pink #E64281

Tints of Dark Pink #E64281

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.53%

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

R = 54.12%
G = 15.53%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E64281 (or 0xE64281) is known color: Dark Pink. HEX triplet: E6, 42 and 81. RGB value is (230,66,129). Sum of RGB (Red+Green+Blue) = 230+66+129=425 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.12% from 425); Green value is 66 (26.17% from 255 or 15.53% from 425); Blue value is 129 (50.78% from 255 or 30.35% from 425); Max value from RGB is 230 - color contains mainly: red. Hex color #E64281 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64281 is #19BD7E. Grayscale: #7A7A7A. Windows color (decimal): -1686911 or 8471270. OLE color: 8471270.

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

Color convert

RGB 230 66 129 -
CMYK 0 0.71 0.44 0.10
HSL 336.95º 0.77% 0.58% -
HSV(B) 336.95º 0.71% 0.9% -
XYZ 38.54 22.3 23.04 -
YUV 122.22 131.83 204.88 -
System Red Green Blue C M Y K H S L
Decimal 230 66 129 0 0.71 0.44 0.10 336.95 0.77 0.58
Hex E6 42 81 0 47 2C A 151 4D 3A
Octal 346 102 201 0 107 54 12 521 115 72
Binary 11100110 1000010 10000001 0 1000111 101100 1010 101010001 1001101 111010

Color Harmonies of #E64281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64281

Black with #E64281

Text Example


Text Example

White with #E64281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64281; }

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

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

background-color css

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

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

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

border-color css

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

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

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