Html Css Color HEX #E64C81 Dark Pink

📋 copy color: '#E64C81'

red 230 ◦ green 76 ◦ blue 129

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

Shades of Dark Pink #E64C81

Tints of Dark Pink #E64C81

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.47%

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

R = 52.87%
G = 17.47%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E64C81 (or 0xE64C81) is known color: Dark Pink. HEX triplet: E6, 4C and 81. RGB value is (230,76,129). Sum of RGB (Red+Green+Blue) = 230+76+129=435 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.87% from 435); Green value is 76 (30.08% from 255 or 17.47% from 435); Blue value is 129 (50.78% from 255 or 29.66% from 435); Max value from RGB is 230 - color contains mainly: red. Hex color #E64C81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64C81 is #19B37E. Grayscale: #808080. Windows color (decimal): -1684351 or 8473830. OLE color: 8473830.

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

Color convert

RGB 230 76 129 -
CMYK 0 0.67 0.44 0.10
HSL 339.35º 0.75% 0.6% -
HSV(B) 339.35º 0.67% 0.9% -
XYZ 39.18 23.58 23.25 -
YUV 128.09 128.52 200.69 -
System Red Green Blue C M Y K H S L
Decimal 230 76 129 0 0.67 0.44 0.10 339.35 0.75 0.6
Hex E6 4C 81 0 43 2C A 153 4B 3C
Octal 346 114 201 0 103 54 12 523 113 74
Binary 11100110 1001100 10000001 0 1000011 101100 1010 101010011 1001011 111100

Color Harmonies of #E64C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64C81

Black with #E64C81

Text Example


Text Example

White with #E64C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64C81; }

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

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

background-color css

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

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

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

border-color css

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

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

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