Html Css Color HEX #E54B7B Dark Pink

📋 copy color: '#E54B7B'

red 229 ◦ green 75 ◦ blue 123

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

Shades of Dark Pink #E54B7B

Tints of Dark Pink #E54B7B

RGB

 RED value IS 229 (89.84% from 255) = 53.63%

 GREEN value IS 75 (29.69% from 255) = 17.56%

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

R = 53.63%
G = 17.56%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E54B7B (or 0xE54B7B) is known color: Dark Pink. HEX triplet: E5, 4B and 7B. RGB value is (229,75,123). Sum of RGB (Red+Green+Blue) = 229+75+123=427 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.63% from 427); Green value is 75 (29.69% from 255 or 17.56% from 427); Blue value is 123 (48.44% from 255 or 28.81% from 427); Max value from RGB is 229 - color contains mainly: red. Hex color #E54B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54B7B is #1AB484. Grayscale: #7E7E7E. Windows color (decimal): -1750149 or 8080357. OLE color: 8080357.

HSL color Cylindrical-coordinate representation of color #E54B7B: hue angle of 341.3º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E54B7B is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 75 123 -
CMYK 0 0.67 0.46 0.10
HSL 341.3º 0.75% 0.6% -
HSV(B) 341.3º 0.67% 0.9% -
XYZ 38.4 23.12 21.18 -
YUV 126.52 126.02 201.1 -
System Red Green Blue C M Y K H S L
Decimal 229 75 123 0 0.67 0.46 0.10 341.3 0.75 0.6
Hex E5 4B 7B 0 43 2E A 155 4B 3C
Octal 345 113 173 0 103 56 12 525 113 74
Binary 11100101 1001011 1111011 0 1000011 101110 1010 101010101 1001011 111100

Color Harmonies of #E54B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54B7B

Black with #E54B7B

Text Example


Text Example

White with #E54B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54B7B; }

 p { color: rgb(229,75,123); }

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

background-color css

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

 a { background-color: rgb(229,75,123); }

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

border-color css

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

 span { border-color: rgb(229,75,123); }

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