Html Css Color HEX #E64A83 Dark Pink

📋 copy color: '#E64A83'

red 230 ◦ green 74 ◦ blue 131

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

Shades of Dark Pink #E64A83

Tints of Dark Pink #E64A83

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.01%

 BLUE value IS 131 (51.56% from 255) = 30.11%

R = 52.87%
G = 17.01%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E64A83 (or 0xE64A83) is known color: Dark Pink. HEX triplet: E6, 4A and 83. RGB value is (230,74,131). Sum of RGB (Red+Green+Blue) = 230+74+131=435 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.87% from 435); Green value is 74 (29.30% from 255 or 17.01% from 435); Blue value is 131 (51.56% from 255 or 30.11% from 435); Max value from RGB is 230 - color contains mainly: red. Hex color #E64A83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64A83 is #19B57C. Grayscale: #7F7F7F. Windows color (decimal): -1684861 or 8604390. OLE color: 8604390.

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

Color convert

RGB 230 74 131 -
CMYK 0 0.68 0.43 0.10
HSL 338.08º 0.76% 0.6% -
HSV(B) 338.08º 0.68% 0.9% -
XYZ 39.18 23.36 23.92 -
YUV 127.14 130.18 201.37 -
System Red Green Blue C M Y K H S L
Decimal 230 74 131 0 0.68 0.43 0.10 338.08 0.76 0.6
Hex E6 4A 83 0 44 2B A 152 4C 3C
Octal 346 112 203 0 104 53 12 522 114 74
Binary 11100110 1001010 10000011 0 1000100 101011 1010 101010010 1001100 111100

Color Harmonies of #E64A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64A83

Black with #E64A83

Text Example


Text Example

White with #E64A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64A83; }

 p { color: rgb(230,74,131); }

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

background-color css

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

 a { background-color: rgb(230,74,131); }

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

border-color css

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

 span { border-color: rgb(230,74,131); }

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