Html Css Color HEX #EB097D Deep Pink

📋 copy color: '#EB097D'

red 235 ◦ green 9 ◦ blue 125

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

Shades of Deep Pink #EB097D

Tints of Deep Pink #EB097D

RGB

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

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

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

R = 63.69%
G = 2.44%
B = 33.88%

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

#EB097D (or 0xEB097D) is known color: Deep Pink. HEX triplet: EB, 09 and 7D. RGB value is (235,9,125). Sum of RGB (Red+Green+Blue) = 235+9+125=369 (48% of max value = 765). Red value is 235 (92.19% from 255 or 63.69% from 369); Green value is 9 (3.91% from 255 or 2.44% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 235 - color contains mainly: red. Hex color #EB097D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB097D is #14F682. Grayscale: #595959. Windows color (decimal): -1373827 or 8194539. OLE color: 8194539.

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

Color convert

RGB 235 9 125 -
CMYK 0 0.96 0.47 0.08
HSL 329.2º 0.93% 0.48% -
HSV(B) 329.2º 0.96% 0.92% -
XYZ 38.06 19.34 21.13 -
YUV 89.8 147.87 231.57 -
System Red Green Blue C M Y K H S L
Decimal 235 9 125 0 0.96 0.47 0.08 329.2 0.93 0.48
Hex EB 9 7D 0 60 2F 8 149 5D 30
Octal 353 11 175 0 140 57 10 511 135 60
Binary 11101011 1001 1111101 0 1100000 101111 1000 101001001 1011101 110000

Color Harmonies of #EB097D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB097D

Black with #EB097D

Text Example


Text Example

White with #EB097D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB097D; }

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

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

background-color css

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

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

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

border-color css

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

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

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