Html Css Color HEX #EB9F9F Sweet Pink

📋 copy color: '#EB9F9F'

red 235 ◦ green 159 ◦ blue 159

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

Shades of Sweet Pink #EB9F9F

Tints of Sweet Pink #EB9F9F

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.75%

 BLUE value IS 159 (62.5% from 255) = 28.75%

R = 42.5%
G = 28.75%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EB9F9F (or 0xEB9F9F) is known color: Sweet Pink. HEX triplet: EB, 9F and 9F. RGB value is (235,159,159). Sum of RGB (Red+Green+Blue) = 235+159+159=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 159 (62.5% from 255 or 28.75% from 553); Blue value is 159 (62.5% from 255 or 28.75% from 553); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9F9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9F9F is #146060. Grayscale: #B5B5B5. Windows color (decimal): -1335393 or 10461163. OLE color: 10461163.

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

Color convert

RGB 235 159 159 -
CMYK 0 0.32 0.32 0.08
HSL 0.66% 0.77% -
HSV(B) 0.32% 0.92% -
XYZ 52.92 44.96 38.69 -
YUV 181.72 115.18 166 -
System Red Green Blue C M Y K H S L
Decimal 235 159 159 0 0.32 0.32 0.08 0 0.66 0.77
Hex EB 9F 9F 0 20 20 8 0 42 4D
Octal 353 237 237 0 40 40 10 0 102 115
Binary 11101011 10011111 10011111 0 100000 100000 1000 0 1000010 1001101

Color Harmonies of #EB9F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9F9F

Black with #EB9F9F

Text Example


Text Example

White with #EB9F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9F9F; }

 p { color: rgb(235,159,159); }

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

background-color css

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

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

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

border-color css

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

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

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