Html Css Color HEX #E7457A Dark Pink

📋 copy color: '#E7457A'

red 231 ◦ green 69 ◦ blue 122

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

Shades of Dark Pink #E7457A

Tints of Dark Pink #E7457A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.35%

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

R = 54.74%
G = 16.35%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E7457A (or 0xE7457A) is known color: Dark Pink. HEX triplet: E7, 45 and 7A. RGB value is (231,69,122). Sum of RGB (Red+Green+Blue) = 231+69+122=422 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.74% from 422); Green value is 69 (27.34% from 255 or 16.35% from 422); Blue value is 122 (48.05% from 255 or 28.91% from 422); Max value from RGB is 231 - color contains mainly: red. Hex color #E7457A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7457A is #18BA85. Grayscale: #7B7B7B. Windows color (decimal): -1620614 or 8013287. OLE color: 8013287.

HSL color Cylindrical-coordinate representation of color #E7457A: hue angle of 340.37º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E7457A is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 69 122 -
CMYK 0 0.70 0.47 0.09
HSL 340.37º 0.77% 0.59% -
HSV(B) 340.37º 0.7% 0.91% -
XYZ 38.6 22.65 20.75 -
YUV 123.48 127.17 204.69 -
System Red Green Blue C M Y K H S L
Decimal 231 69 122 0 0.70 0.47 0.09 340.37 0.77 0.59
Hex E7 45 7A 0 46 2F 9 154 4D 3B
Octal 347 105 172 0 106 57 11 524 115 73
Binary 11100111 1000101 1111010 0 1000110 101111 1001 101010100 1001101 111011

Color Harmonies of #E7457A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7457A

Black with #E7457A

Text Example


Text Example

White with #E7457A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7457A; }

 p { color: rgb(231,69,122); }

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

background-color css

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

 a { background-color: rgb(231,69,122); }

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

border-color css

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

 span { border-color: rgb(231,69,122); }

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