Html Css Color HEX #EB477B Dark Pink

📋 copy color: '#EB477B'

red 235 ◦ green 71 ◦ blue 123

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

Shades of Dark Pink #EB477B

Tints of Dark Pink #EB477B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.55%

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

R = 54.78%
G = 16.55%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EB477B (or 0xEB477B) is known color: Dark Pink. HEX triplet: EB, 47 and 7B. RGB value is (235,71,123). Sum of RGB (Red+Green+Blue) = 235+71+123=429 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.78% from 429); Green value is 71 (28.12% from 255 or 16.55% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 235 - color contains mainly: red. Hex color #EB477B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB477B is #14B884. Grayscale: #7D7D7D. Windows color (decimal): -1357957 or 8079339. OLE color: 8079339.

HSL color Cylindrical-coordinate representation of color #EB477B: hue angle of 340.98º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EB477B is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 71 123 -
CMYK 0 0.70 0.48 0.08
HSL 340.98º 0.8% 0.6% -
HSV(B) 340.98º 0.7% 0.92% -
XYZ 40.09 23.6 21.18 -
YUV 125.96 126.33 205.77 -
System Red Green Blue C M Y K H S L
Decimal 235 71 123 0 0.70 0.48 0.08 340.98 0.8 0.6
Hex EB 47 7B 0 46 30 8 155 50 3C
Octal 353 107 173 0 106 60 10 525 120 74
Binary 11101011 1000111 1111011 0 1000110 110000 1000 101010101 1010000 111100

Color Harmonies of #EB477B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB477B

Black with #EB477B

Text Example


Text Example

White with #EB477B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB477B; }

 p { color: rgb(235,71,123); }

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

background-color css

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

 a { background-color: rgb(235,71,123); }

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

border-color css

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

 span { border-color: rgb(235,71,123); }

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