Html Css Color HEX #EB127D Deep Pink

📋 copy color: '#EB127D'

red 235 ◦ green 18 ◦ blue 125

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

Shades of Deep Pink #EB127D

Tints of Deep Pink #EB127D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.76%

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

R = 62.17%
G = 4.76%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB127D (or 0xEB127D) is known color: Deep Pink. HEX triplet: EB, 12 and 7D. RGB value is (235,18,125). Sum of RGB (Red+Green+Blue) = 235+18+125=378 (50% of max value = 765). Red value is 235 (92.19% from 255 or 62.17% from 378); Green value is 18 (7.42% from 255 or 4.76% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 235 - color contains mainly: red. Hex color #EB127D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB127D is #14ED82. Grayscale: #5E5E5E. Windows color (decimal): -1371523 or 8196843. OLE color: 8196843.

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

Color convert

RGB 235 18 125 -
CMYK 0 0.92 0.47 0.08
HSL 330.41º 0.86% 0.5% -
HSV(B) 330.41º 0.92% 0.92% -
XYZ 38.18 19.58 21.17 -
YUV 95.08 144.89 227.8 -
System Red Green Blue C M Y K H S L
Decimal 235 18 125 0 0.92 0.47 0.08 330.41 0.86 0.5
Hex EB 12 7D 0 5C 2F 8 14A 56 32
Octal 353 22 175 0 134 57 10 512 126 62
Binary 11101011 10010 1111101 0 1011100 101111 1000 101001010 1010110 110010

Color Harmonies of #EB127D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB127D

Black with #EB127D

Text Example


Text Example

White with #EB127D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB127D; }

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

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

background-color css

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

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

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

border-color css

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

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

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