Html Css Color HEX #E7548E Dark Pink

📋 copy color: '#E7548E'

red 231 ◦ green 84 ◦ blue 142

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

Shades of Dark Pink #E7548E

Tints of Dark Pink #E7548E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 31.07%

R = 50.55%
G = 18.38%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#E7548E (or 0xE7548E) is known color: Dark Pink. HEX triplet: E7, 54 and 8E. RGB value is (231,84,142). Sum of RGB (Red+Green+Blue) = 231+84+142=457 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.55% from 457); Green value is 84 (33.20% from 255 or 18.38% from 457); Blue value is 142 (55.86% from 255 or 31.07% from 457); Max value from RGB is 231 - color contains mainly: red. Hex color #E7548E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7548E is #18AB71. Grayscale: #868686. Windows color (decimal): -1616754 or 9327847. OLE color: 9327847.

HSL color Cylindrical-coordinate representation of color #E7548E: hue angle of 336.33º 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 #E7548E is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 84 142 -
CMYK 0 0.64 0.39 0.09
HSL 336.33º 0.75% 0.62% -
HSV(B) 336.33º 0.64% 0.91% -
XYZ 41.01 25.28 28.31 -
YUV 134.57 132.2 196.78 -
System Red Green Blue C M Y K H S L
Decimal 231 84 142 0 0.64 0.39 0.09 336.33 0.75 0.62
Hex E7 54 8E 0 40 27 9 150 4B 3E
Octal 347 124 216 0 100 47 11 520 113 76
Binary 11100111 1010100 10001110 0 1000000 100111 1001 101010000 1001011 111110

Color Harmonies of #E7548E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7548E

Black with #E7548E

Text Example


Text Example

White with #E7548E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7548E; }

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

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

background-color css

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

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

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

border-color css

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

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

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