Html Css Color HEX #E45B7B Dark Pink

📋 copy color: '#E45B7B'

red 228 ◦ green 91 ◦ blue 123

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

Shades of Dark Pink #E45B7B

Tints of Dark Pink #E45B7B

RGB

 RED value IS 228 (89.45% from 255) = 51.58%

 GREEN value IS 91 (35.94% from 255) = 20.59%

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

R = 51.58%
G = 20.59%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E45B7B (or 0xE45B7B) is known color: Dark Pink. HEX triplet: E4, 5B and 7B. RGB value is (228,91,123). Sum of RGB (Red+Green+Blue) = 228+91+123=442 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.58% from 442); Green value is 91 (35.94% from 255 or 20.59% from 442); Blue value is 123 (48.44% from 255 or 27.83% from 442); Max value from RGB is 228 - color contains mainly: red. Hex color #E45B7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45B7B is #1BA484. Grayscale: #878787. Windows color (decimal): -1811589 or 8084452. OLE color: 8084452.

HSL color Cylindrical-coordinate representation of color #E45B7B: hue angle of 345.99º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E45B7B is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 91 123 -
CMYK 0 0.60 0.46 0.11
HSL 345.99º 0.72% 0.63% -
HSV(B) 345.99º 0.6% 0.89% -
XYZ 39.31 25.41 21.57 -
YUV 135.61 120.89 193.9 -
System Red Green Blue C M Y K H S L
Decimal 228 91 123 0 0.60 0.46 0.11 345.99 0.72 0.63
Hex E4 5B 7B 0 3C 2E B 15A 48 3F
Octal 344 133 173 0 74 56 13 532 110 77
Binary 11100100 1011011 1111011 0 111100 101110 1011 101011010 1001000 111111

Color Harmonies of #E45B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45B7B

Black with #E45B7B

Text Example


Text Example

White with #E45B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45B7B; }

 p { color: rgb(228,91,123); }

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

background-color css

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

 a { background-color: rgb(228,91,123); }

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

border-color css

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

 span { border-color: rgb(228,91,123); }

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