Html Css Color HEX #EB4E7B Dark Pink

📋 copy color: '#EB4E7B'

red 235 ◦ green 78 ◦ blue 123

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

Shades of Dark Pink #EB4E7B

Tints of Dark Pink #EB4E7B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.89%

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

R = 53.9%
G = 17.89%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EB4E7B (or 0xEB4E7B) is known color: Dark Pink. HEX triplet: EB, 4E and 7B. RGB value is (235,78,123). Sum of RGB (Red+Green+Blue) = 235+78+123=436 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.90% from 436); Green value is 78 (30.86% from 255 or 17.89% from 436); Blue value is 123 (48.44% from 255 or 28.21% from 436); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4E7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB4E7B is #14B184. Grayscale: #828282. Windows color (decimal): -1356165 or 8081131. OLE color: 8081131.

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

Color convert

RGB 235 78 123 -
CMYK 0 0.67 0.48 0.08
HSL 342.8º 0.8% 0.61% -
HSV(B) 342.8º 0.67% 0.92% -
XYZ 40.56 24.54 21.34 -
YUV 130.07 124.01 202.84 -
System Red Green Blue C M Y K H S L
Decimal 235 78 123 0 0.67 0.48 0.08 342.8 0.8 0.61
Hex EB 4E 7B 0 43 30 8 157 50 3D
Octal 353 116 173 0 103 60 10 527 120 75
Binary 11101011 1001110 1111011 0 1000011 110000 1000 101010111 1010000 111101

Color Harmonies of #EB4E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4E7B

Black with #EB4E7B

Text Example


Text Example

White with #EB4E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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