Html Css Color HEX #EB157D Deep Pink

📋 copy color: '#EB157D'

red 235 ◦ green 21 ◦ blue 125

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

Shades of Deep Pink #EB157D

Tints of Deep Pink #EB157D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.51%

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

R = 61.68%
G = 5.51%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB157D (or 0xEB157D) is known color: Deep Pink. HEX triplet: EB, 15 and 7D. RGB value is (235,21,125). Sum of RGB (Red+Green+Blue) = 235+21+125=381 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.68% from 381); Green value is 21 (8.59% from 255 or 5.51% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 235 - color contains mainly: red. Hex color #EB157D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB157D is #14EA82. Grayscale: #606060. Windows color (decimal): -1370755 or 8197611. OLE color: 8197611.

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

Color convert

RGB 235 21 125 -
CMYK 0 0.91 0.47 0.08
HSL 330.84º 0.84% 0.5% -
HSV(B) 330.84º 0.91% 0.92% -
XYZ 38.23 19.68 21.19 -
YUV 96.84 143.9 226.54 -
System Red Green Blue C M Y K H S L
Decimal 235 21 125 0 0.91 0.47 0.08 330.84 0.84 0.5
Hex EB 15 7D 0 5B 2F 8 14B 54 32
Octal 353 25 175 0 133 57 10 513 124 62
Binary 11101011 10101 1111101 0 1011011 101111 1000 101001011 1010100 110010

Color Harmonies of #EB157D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB157D

Black with #EB157D

Text Example


Text Example

White with #EB157D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB157D; }

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

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

background-color css

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

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

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

border-color css

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

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

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