Html Css Color HEX #EB098D Deep Pink

📋 copy color: '#EB098D'

red 235 ◦ green 9 ◦ blue 141

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

Shades of Deep Pink #EB098D

Tints of Deep Pink #EB098D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.62%

R = 61.04%
G = 2.34%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EB098D (or 0xEB098D) is known color: Deep Pink. HEX triplet: EB, 09 and 8D. RGB value is (235,9,141). Sum of RGB (Red+Green+Blue) = 235+9+141=385 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.04% from 385); Green value is 9 (3.91% from 255 or 2.34% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 235 - color contains mainly: red. Hex color #EB098D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB098D is #14F672. Grayscale: #5B5B5B. Windows color (decimal): -1373811 or 9243115. OLE color: 9243115.

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

Color convert

RGB 235 9 141 -
CMYK 0 0.96 0.4 0.08
HSL 324.96º 0.93% 0.48% -
HSV(B) 324.96º 0.96% 0.92% -
XYZ 39.17 19.78 26.95 -
YUV 91.62 155.87 230.27 -
System Red Green Blue C M Y K H S L
Decimal 235 9 141 0 0.96 0.4 0.08 324.96 0.93 0.48
Hex EB 9 8D 0 60 28 8 145 5D 30
Octal 353 11 215 0 140 50 10 505 135 60
Binary 11101011 1001 10001101 0 1100000 101000 1000 101000101 1011101 110000

Color Harmonies of #EB098D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB098D

Black with #EB098D

Text Example


Text Example

White with #EB098D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB098D; }

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

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

background-color css

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

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

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

border-color css

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

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

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