Html Css Color HEX #E7548A Dark Pink

📋 copy color: '#E7548A'

red 231 ◦ green 84 ◦ blue 138

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

Shades of Dark Pink #E7548A

Tints of Dark Pink #E7548A

RGB

 RED value IS 231 (90.63% from 255) = 50.99%

 GREEN value IS 84 (33.2% from 255) = 18.54%

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

R = 50.99%
G = 18.54%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#E7548A (or 0xE7548A) is known color: Dark Pink. HEX triplet: E7, 54 and 8A. RGB value is (231,84,138). Sum of RGB (Red+Green+Blue) = 231+84+138=453 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.99% from 453); Green value is 84 (33.20% from 255 or 18.54% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 231 - color contains mainly: red. Hex color #E7548A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7548A is #18AB75. Grayscale: #868686. Windows color (decimal): -1616758 or 9065703. OLE color: 9065703.

HSL color Cylindrical-coordinate representation of color #E7548A: hue angle of 337.96º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E7548A is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 84 138 -
CMYK 0 0.64 0.40 0.09
HSL 337.96º 0.75% 0.62% -
HSV(B) 337.96º 0.64% 0.91% -
XYZ 40.71 25.16 26.76 -
YUV 134.11 130.2 197.11 -
System Red Green Blue C M Y K H S L
Decimal 231 84 138 0 0.64 0.40 0.09 337.96 0.75 0.62
Hex E7 54 8A 0 40 28 9 152 4B 3E
Octal 347 124 212 0 100 50 11 522 113 76
Binary 11100111 1010100 10001010 0 1000000 101000 1001 101010010 1001011 111110

Color Harmonies of #E7548A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7548A

Black with #E7548A

Text Example


Text Example

White with #E7548A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7548A; }

 p { color: rgb(231,84,138); }

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

background-color css

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

 a { background-color: rgb(231,84,138); }

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

border-color css

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

 span { border-color: rgb(231,84,138); }

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