Html Css Color HEX #E6487A Dark Pink

📋 copy color: '#E6487A'

red 230 ◦ green 72 ◦ blue 122

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

Shades of Dark Pink #E6487A

Tints of Dark Pink #E6487A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.98%

 BLUE value IS 122 (48.05% from 255) = 28.77%

R = 54.25%
G = 16.98%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E6487A (or 0xE6487A) is known color: Dark Pink. HEX triplet: E6, 48 and 7A. RGB value is (230,72,122). Sum of RGB (Red+Green+Blue) = 230+72+122=424 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.25% from 424); Green value is 72 (28.52% from 255 or 16.98% from 424); Blue value is 122 (48.05% from 255 or 28.77% from 424); Max value from RGB is 230 - color contains mainly: red. Hex color #E6487A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6487A is #19B785. Grayscale: #7C7C7C. Windows color (decimal): -1685382 or 8014054. OLE color: 8014054.

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

Color convert

RGB 230 72 122 -
CMYK 0 0.69 0.47 0.10
HSL 341.01º 0.76% 0.59% -
HSV(B) 341.01º 0.69% 0.9% -
XYZ 38.46 22.86 20.8 -
YUV 124.94 126.35 202.93 -
System Red Green Blue C M Y K H S L
Decimal 230 72 122 0 0.69 0.47 0.10 341.01 0.76 0.59
Hex E6 48 7A 0 45 2F A 155 4C 3B
Octal 346 110 172 0 105 57 12 525 114 73
Binary 11100110 1001000 1111010 0 1000101 101111 1010 101010101 1001100 111011

Color Harmonies of #E6487A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6487A

Black with #E6487A

Text Example


Text Example

White with #E6487A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6487A; }

 p { color: rgb(230,72,122); }

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

background-color css

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

 a { background-color: rgb(230,72,122); }

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

border-color css

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

 span { border-color: rgb(230,72,122); }

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