Html Css Color HEX #EB127F Deep Pink

📋 copy color: '#EB127F'

red 235 ◦ green 18 ◦ blue 127

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

Shades of Deep Pink #EB127F

Tints of Deep Pink #EB127F

RGB

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

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

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

R = 61.84%
G = 4.74%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EB127F (or 0xEB127F) is known color: Deep Pink. HEX triplet: EB, 12 and 7F. RGB value is (235,18,127). Sum of RGB (Red+Green+Blue) = 235+18+127=380 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.84% from 380); Green value is 18 (7.42% from 255 or 4.74% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 235 - color contains mainly: red. Hex color #EB127F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB127F is #14ED80. Grayscale: #5F5F5F. Windows color (decimal): -1371521 or 8327915. OLE color: 8327915.

HSL color Cylindrical-coordinate representation of color #EB127F: hue angle of 329.86º 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 #EB127F is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 18 127 -
CMYK 0 0.92 0.46 0.08
HSL 329.86º 0.86% 0.5% -
HSV(B) 329.86º 0.92% 0.92% -
XYZ 38.31 19.63 21.85 -
YUV 95.31 145.89 227.64 -
System Red Green Blue C M Y K H S L
Decimal 235 18 127 0 0.92 0.46 0.08 329.86 0.86 0.5
Hex EB 12 7F 0 5C 2E 8 14A 56 32
Octal 353 22 177 0 134 56 10 512 126 62
Binary 11101011 10010 1111111 0 1011100 101110 1000 101001010 1010110 110010

Color Harmonies of #EB127F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB127F

Black with #EB127F

Text Example


Text Example

White with #EB127F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB127F; }

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

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

background-color css

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

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

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

border-color css

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

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

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