Html Css Color HEX #EB9C9C Sweet Pink

📋 copy color: '#EB9C9C'

red 235 ◦ green 156 ◦ blue 156

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

Shades of Sweet Pink #EB9C9C

Tints of Sweet Pink #EB9C9C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.52%

 BLUE value IS 156 (61.33% from 255) = 28.52%

R = 42.96%
G = 28.52%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EB9C9C (or 0xEB9C9C) is known color: Sweet Pink. HEX triplet: EB, 9C and 9C. RGB value is (235,156,156). Sum of RGB (Red+Green+Blue) = 235+156+156=547 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.96% from 547); Green value is 156 (61.33% from 255 or 28.52% from 547); Blue value is 156 (61.33% from 255 or 28.52% from 547); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9C9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9C9C is #146363. Grayscale: #B3B3B3. Windows color (decimal): -1336164 or 10263787. OLE color: 10263787.

HSL color Cylindrical-coordinate representation of color #EB9C9C: 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.34%. Process color model (Four color, CMYK) of #EB9C9C is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 156 156 -
CMYK 0 0.34 0.34 0.08
HSL 0.66% 0.77% -
HSV(B) 0.34% 0.92% -
XYZ 52.15 43.84 37.17 -
YUV 179.62 114.67 167.5 -
System Red Green Blue C M Y K H S L
Decimal 235 156 156 0 0.34 0.34 0.08 0 0.66 0.77
Hex EB 9C 9C 0 22 22 8 0 42 4D
Octal 353 234 234 0 42 42 10 0 102 115
Binary 11101011 10011100 10011100 0 100010 100010 1000 0 1000010 1001101

Color Harmonies of #EB9C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9C9C

Black with #EB9C9C

Text Example


Text Example

White with #EB9C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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