Html Css Color HEX #EB098C Deep Pink

📋 copy color: '#EB098C'

red 235 ◦ green 9 ◦ blue 140

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

Shades of Deep Pink #EB098C

Tints of Deep Pink #EB098C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.46%

R = 61.2%
G = 2.34%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EB098C (or 0xEB098C) is known color: Deep Pink. HEX triplet: EB, 09 and 8C. RGB value is (235,9,140). Sum of RGB (Red+Green+Blue) = 235+9+140=384 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.20% from 384); Green value is 9 (3.91% from 255 or 2.34% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 235 - color contains mainly: red. Hex color #EB098C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB098C is #14F673. Grayscale: #5B5B5B. Windows color (decimal): -1373812 or 9177579. OLE color: 9177579.

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

Color convert

RGB 235 9 140 -
CMYK 0 0.96 0.40 0.08
HSL 325.22º 0.93% 0.48% -
HSV(B) 325.22º 0.96% 0.92% -
XYZ 39.09 19.75 26.56 -
YUV 91.51 155.37 230.35 -
System Red Green Blue C M Y K H S L
Decimal 235 9 140 0 0.96 0.40 0.08 325.22 0.93 0.48
Hex EB 9 8C 0 60 28 8 145 5D 30
Octal 353 11 214 0 140 50 10 505 135 60
Binary 11101011 1001 10001100 0 1100000 101000 1000 101000101 1011101 110000

Color Harmonies of #EB098C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB098C

Black with #EB098C

Text Example


Text Example

White with #EB098C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB098C; }

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

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

background-color css

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

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

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

border-color css

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

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

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