Html Css Color HEX #EB187F Deep Pink

📋 copy color: '#EB187F'

red 235 ◦ green 24 ◦ blue 127

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

Shades of Deep Pink #EB187F

Tints of Deep Pink #EB187F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.22%

 BLUE value IS 127 (50% from 255) = 32.9%

R = 60.88%
G = 6.22%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EB187F (or 0xEB187F) is known color: Deep Pink. HEX triplet: EB, 18 and 7F. RGB value is (235,24,127). Sum of RGB (Red+Green+Blue) = 235+24+127=386 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.88% from 386); Green value is 24 (9.77% from 255 or 6.22% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 235 - color contains mainly: red. Hex color #EB187F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB187F is #14E780. Grayscale: #626262. Windows color (decimal): -1369985 or 8329451. OLE color: 8329451.

HSL color Cylindrical-coordinate representation of color #EB187F: hue angle of 330.71º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB187F is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 24 127 -
CMYK 0 0.90 0.46 0.08
HSL 330.71º 0.84% 0.51% -
HSV(B) 330.71º 0.9% 0.92% -
XYZ 38.42 19.85 21.88 -
YUV 98.83 143.9 225.12 -
System Red Green Blue C M Y K H S L
Decimal 235 24 127 0 0.90 0.46 0.08 330.71 0.84 0.51
Hex EB 18 7F 0 5A 2E 8 14B 54 33
Octal 353 30 177 0 132 56 10 513 124 63
Binary 11101011 11000 1111111 0 1011010 101110 1000 101001011 1010100 110011

Color Harmonies of #EB187F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB187F

Black with #EB187F

Text Example


Text Example

White with #EB187F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB187F; }

 p { color: rgb(235,24,127); }

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

background-color css

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

 a { background-color: rgb(235,24,127); }

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

border-color css

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

 span { border-color: rgb(235,24,127); }

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