Html Css Color HEX #EB097C Deep Pink

📋 copy color: '#EB097C'

red 235 ◦ green 9 ◦ blue 124

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

Shades of Deep Pink #EB097C

Tints of Deep Pink #EB097C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.45%

 BLUE value IS 124 (48.83% from 255) = 33.7%

R = 63.86%
G = 2.45%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB097C (or 0xEB097C) is known color: Deep Pink. HEX triplet: EB, 09 and 7C. RGB value is (235,9,124). Sum of RGB (Red+Green+Blue) = 235+9+124=368 (48% of max value = 765). Red value is 235 (92.19% from 255 or 63.86% from 368); Green value is 9 (3.91% from 255 or 2.45% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 235 - color contains mainly: red. Hex color #EB097C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB097C is #14F683. Grayscale: #595959. Windows color (decimal): -1373828 or 8129003. OLE color: 8129003.

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

Color convert

RGB 235 9 124 -
CMYK 0 0.96 0.47 0.08
HSL 329.47º 0.93% 0.48% -
HSV(B) 329.47º 0.96% 0.92% -
XYZ 38 19.31 20.79 -
YUV 89.68 147.37 231.65 -
System Red Green Blue C M Y K H S L
Decimal 235 9 124 0 0.96 0.47 0.08 329.47 0.93 0.48
Hex EB 9 7C 0 60 2F 8 149 5D 30
Octal 353 11 174 0 140 57 10 511 135 60
Binary 11101011 1001 1111100 0 1100000 101111 1000 101001001 1011101 110000

Color Harmonies of #EB097C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB097C

Black with #EB097C

Text Example


Text Example

White with #EB097C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB097C; }

 p { color: rgb(235,9,124); }

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

background-color css

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

 a { background-color: rgb(235,9,124); }

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

border-color css

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

 span { border-color: rgb(235,9,124); }

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