Html Css Color HEX #EB078A Deep Pink

📋 copy color: '#EB078A'

red 235 ◦ green 7 ◦ blue 138

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

Shades of Deep Pink #EB078A

Tints of Deep Pink #EB078A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.84%

 BLUE value IS 138 (54.3% from 255) = 36.32%

R = 61.84%
G = 1.84%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EB078A (or 0xEB078A) is known color: Deep Pink. HEX triplet: EB, 07 and 8A. RGB value is (235,7,138). Sum of RGB (Red+Green+Blue) = 235+7+138=380 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.84% from 380); Green value is 7 (3.12% from 255 or 1.84% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 235 - color contains mainly: red. Hex color #EB078A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB078A is #14F875. Grayscale: #595959. Windows color (decimal): -1374326 or 9045995. OLE color: 9045995.

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

Color convert

RGB 235 7 138 -
CMYK 0 0.97 0.41 0.08
HSL 325.53º 0.94% 0.47% -
HSV(B) 325.53º 0.97% 0.92% -
XYZ 38.92 19.65 25.79 -
YUV 90.11 155.04 231.35 -
System Red Green Blue C M Y K H S L
Decimal 235 7 138 0 0.97 0.41 0.08 325.53 0.94 0.47
Hex EB 7 8A 0 61 29 8 146 5E 2F
Octal 353 7 212 0 141 51 10 506 136 57
Binary 11101011 111 10001010 0 1100001 101001 1000 101000110 1011110 101111

Color Harmonies of #EB078A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB078A

Black with #EB078A

Text Example


Text Example

White with #EB078A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB078A; }

 p { color: rgb(235,7,138); }

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

background-color css

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

 a { background-color: rgb(235,7,138); }

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

border-color css

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

 span { border-color: rgb(235,7,138); }

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