Html Css Color HEX #E74A7B Dark Pink

📋 copy color: '#E74A7B'

red 231 ◦ green 74 ◦ blue 123

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

Shades of Dark Pink #E74A7B

Tints of Dark Pink #E74A7B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.29%

 BLUE value IS 123 (48.44% from 255) = 28.74%

R = 53.97%
G = 17.29%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E74A7B (or 0xE74A7B) is known color: Dark Pink. HEX triplet: E7, 4A and 7B. RGB value is (231,74,123). Sum of RGB (Red+Green+Blue) = 231+74+123=428 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.97% from 428); Green value is 74 (29.30% from 255 or 17.29% from 428); Blue value is 123 (48.44% from 255 or 28.74% from 428); Max value from RGB is 231 - color contains mainly: red. Hex color #E74A7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74A7B is #18B584. Grayscale: #7E7E7E. Windows color (decimal): -1619333 or 8080103. OLE color: 8080103.

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

Color convert

RGB 231 74 123 -
CMYK 0 0.68 0.47 0.09
HSL 341.27º 0.77% 0.6% -
HSV(B) 341.27º 0.68% 0.91% -
XYZ 38.98 23.32 21.19 -
YUV 126.53 126.01 202.52 -
System Red Green Blue C M Y K H S L
Decimal 231 74 123 0 0.68 0.47 0.09 341.27 0.77 0.6
Hex E7 4A 7B 0 44 2F 9 155 4D 3C
Octal 347 112 173 0 104 57 11 525 115 74
Binary 11100111 1001010 1111011 0 1000100 101111 1001 101010101 1001101 111100

Color Harmonies of #E74A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74A7B

Black with #E74A7B

Text Example


Text Example

White with #E74A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74A7B; }

 p { color: rgb(231,74,123); }

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

background-color css

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

 a { background-color: rgb(231,74,123); }

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

border-color css

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

 span { border-color: rgb(231,74,123); }

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