Html Css Color HEX #E64683 Dark Pink

📋 copy color: '#E64683'

red 230 ◦ green 70 ◦ blue 131

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

Shades of Dark Pink #E64683

Tints of Dark Pink #E64683

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.24%

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

R = 53.36%
G = 16.24%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E64683 (or 0xE64683) is known color: Dark Pink. HEX triplet: E6, 46 and 83. RGB value is (230,70,131). Sum of RGB (Red+Green+Blue) = 230+70+131=431 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.36% from 431); Green value is 70 (27.73% from 255 or 16.24% from 431); Blue value is 131 (51.56% from 255 or 30.39% from 431); Max value from RGB is 230 - color contains mainly: red. Hex color #E64683 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64683 is #19B97C. Grayscale: #7C7C7C. Windows color (decimal): -1685885 or 8603366. OLE color: 8603366.

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

Color convert

RGB 230 70 131 -
CMYK 0 0.70 0.43 0.10
HSL 337.13º 0.76% 0.59% -
HSV(B) 337.13º 0.7% 0.9% -
XYZ 38.92 22.84 23.83 -
YUV 124.79 131.51 203.04 -
System Red Green Blue C M Y K H S L
Decimal 230 70 131 0 0.70 0.43 0.10 337.13 0.76 0.59
Hex E6 46 83 0 46 2B A 151 4C 3B
Octal 346 106 203 0 106 53 12 521 114 73
Binary 11100110 1000110 10000011 0 1000110 101011 1010 101010001 1001100 111011

Color Harmonies of #E64683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64683

Black with #E64683

Text Example


Text Example

White with #E64683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64683; }

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

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

background-color css

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

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

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

border-color css

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

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

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