Html Css Color HEX #EB4A7B Dark Pink

📋 copy color: '#EB4A7B'

red 235 ◦ green 74 ◦ blue 123

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

Shades of Dark Pink #EB4A7B

Tints of Dark Pink #EB4A7B

RGB

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

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

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

R = 54.4%
G = 17.13%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EB4A7B (or 0xEB4A7B) is known color: Dark Pink. HEX triplet: EB, 4A and 7B. RGB value is (235,74,123). Sum of RGB (Red+Green+Blue) = 235+74+123=432 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.40% from 432); Green value is 74 (29.30% from 255 or 17.13% from 432); Blue value is 123 (48.44% from 255 or 28.47% from 432); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4A7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4A7B is #14B584. Grayscale: #7F7F7F. Windows color (decimal): -1357189 or 8080107. OLE color: 8080107.

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

Color convert

RGB 235 74 123 -
CMYK 0 0.69 0.48 0.08
HSL 341.74º 0.8% 0.61% -
HSV(B) 341.74º 0.69% 0.92% -
XYZ 40.28 23.99 21.25 -
YUV 127.73 125.34 204.52 -
System Red Green Blue C M Y K H S L
Decimal 235 74 123 0 0.69 0.48 0.08 341.74 0.8 0.61
Hex EB 4A 7B 0 45 30 8 156 50 3D
Octal 353 112 173 0 105 60 10 526 120 75
Binary 11101011 1001010 1111011 0 1000101 110000 1000 101010110 1010000 111101

Color Harmonies of #EB4A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4A7B

Black with #EB4A7B

Text Example


Text Example

White with #EB4A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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