Html Css Color HEX #EB457D Dark Pink

📋 copy color: '#EB457D'

red 235 ◦ green 69 ◦ blue 125

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

Shades of Dark Pink #EB457D

Tints of Dark Pink #EB457D

RGB

 RED value IS 235 (92.19% from 255) = 54.78%

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

 BLUE value IS 125 (49.22% from 255) = 29.14%

R = 54.78%
G = 16.08%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB457D (or 0xEB457D) is known color: Dark Pink. HEX triplet: EB, 45 and 7D. RGB value is (235,69,125). Sum of RGB (Red+Green+Blue) = 235+69+125=429 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.78% from 429); Green value is 69 (27.34% from 255 or 16.08% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 235 - color contains mainly: red. Hex color #EB457D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB457D is #14BA82. Grayscale: #7C7C7C. Windows color (decimal): -1358467 or 8209899. OLE color: 8209899.

HSL color Cylindrical-coordinate representation of color #EB457D: hue angle of 339.76º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EB457D is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 69 125 -
CMYK 0 0.71 0.47 0.08
HSL 339.76º 0.81% 0.6% -
HSV(B) 339.76º 0.71% 0.92% -
XYZ 40.09 23.4 21.81 -
YUV 125.02 128 206.45 -
System Red Green Blue C M Y K H S L
Decimal 235 69 125 0 0.71 0.47 0.08 339.76 0.81 0.6
Hex EB 45 7D 0 47 2F 8 154 51 3C
Octal 353 105 175 0 107 57 10 524 121 74
Binary 11101011 1000101 1111101 0 1000111 101111 1000 101010100 1010001 111100

Color Harmonies of #EB457D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB457D

Black with #EB457D

Text Example


Text Example

White with #EB457D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB457D; }

 p { color: rgb(235,69,125); }

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

background-color css

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

 a { background-color: rgb(235,69,125); }

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

border-color css

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

 span { border-color: rgb(235,69,125); }

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