Html Css Color HEX #E64C8A Dark Pink

📋 copy color: '#E64C8A'

red 230 ◦ green 76 ◦ blue 138

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

Shades of Dark Pink #E64C8A

Tints of Dark Pink #E64C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.08%

R = 51.8%
G = 17.12%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.4

 K value IS 0.10

RGB Variations

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

Color information

#E64C8A (or 0xE64C8A) is known color: Dark Pink. HEX triplet: E6, 4C and 8A. RGB value is (230,76,138). Sum of RGB (Red+Green+Blue) = 230+76+138=444 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.80% from 444); Green value is 76 (30.08% from 255 or 17.12% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 230 - color contains mainly: red. Hex color #E64C8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64C8A is #19B375. Grayscale: #818181. Windows color (decimal): -1684342 or 9063654. OLE color: 9063654.

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

Color convert

RGB 230 76 138 -
CMYK 0 0.67 0.4 0.10
HSL 335.84º 0.75% 0.6% -
HSV(B) 335.84º 0.67% 0.9% -
XYZ 39.81 23.83 26.55 -
YUV 129.11 133.02 199.96 -
System Red Green Blue C M Y K H S L
Decimal 230 76 138 0 0.67 0.4 0.10 335.84 0.75 0.6
Hex E6 4C 8A 0 43 28 A 150 4B 3C
Octal 346 114 212 0 103 50 12 520 113 74
Binary 11100110 1001100 10001010 0 1000011 101000 1010 101010000 1001011 111100

Color Harmonies of #E64C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64C8A

Black with #E64C8A

Text Example


Text Example

White with #E64C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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