Html Css Color HEX #EB9E9E Sweet Pink

📋 copy color: '#EB9E9E'

red 235 ◦ green 158 ◦ blue 158

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

Shades of Sweet Pink #EB9E9E

Tints of Sweet Pink #EB9E9E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.68%

 BLUE value IS 158 (62.11% from 255) = 28.68%

R = 42.65%
G = 28.68%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EB9E9E (or 0xEB9E9E) is known color: Sweet Pink. HEX triplet: EB, 9E and 9E. RGB value is (235,158,158). Sum of RGB (Red+Green+Blue) = 235+158+158=551 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.65% from 551); Green value is 158 (62.11% from 255 or 28.68% from 551); Blue value is 158 (62.11% from 255 or 28.68% from 551); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9E9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9E9E is #146161. Grayscale: #B5B5B5. Windows color (decimal): -1335650 or 10395371. OLE color: 10395371.

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

Color convert

RGB 235 158 158 -
CMYK 0 0.33 0.33 0.08
HSL 0.66% 0.77% -
HSV(B) 0.33% 0.92% -
XYZ 52.66 44.58 38.18 -
YUV 181.02 115.01 166.5 -
System Red Green Blue C M Y K H S L
Decimal 235 158 158 0 0.33 0.33 0.08 0 0.66 0.77
Hex EB 9E 9E 0 21 21 8 0 42 4D
Octal 353 236 236 0 41 41 10 0 102 115
Binary 11101011 10011110 10011110 0 100001 100001 1000 0 1000010 1001101

Color Harmonies of #EB9E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9E9E

Black with #EB9E9E

Text Example


Text Example

White with #EB9E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9E9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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