Html Css Color HEX #EC9B9B Sweet Pink

📋 copy color: '#EC9B9B'

red 236 ◦ green 155 ◦ blue 155

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

Shades of Sweet Pink #EC9B9B

Tints of Sweet Pink #EC9B9B

RGB

 RED value IS 236 (92.58% from 255) = 43.22%

 GREEN value IS 155 (60.94% from 255) = 28.39%

 BLUE value IS 155 (60.94% from 255) = 28.39%

R = 43.22%
G = 28.39%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EC9B9B (or 0xEC9B9B) is known color: Sweet Pink. HEX triplet: EC, 9B and 9B. RGB value is (236,155,155). Sum of RGB (Red+Green+Blue) = 236+155+155=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 155 (60.94% from 255 or 28.39% from 546); Blue value is 155 (60.94% from 255 or 28.39% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9B9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9B9B is #136464. Grayscale: #B3B3B3. Windows color (decimal): -1270885 or 10197996. OLE color: 10197996.

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

Color convert

RGB 236 155 155 -
CMYK 0 0.34 0.34 0.07
HSL 0.68% 0.77% -
HSV(B) 0.34% 0.93% -
XYZ 52.23 43.64 36.68 -
YUV 179.22 114.34 168.5 -
System Red Green Blue C M Y K H S L
Decimal 236 155 155 0 0.34 0.34 0.07 0 0.68 0.77
Hex EC 9B 9B 0 22 22 7 0 44 4D
Octal 354 233 233 0 42 42 7 0 104 115
Binary 11101100 10011011 10011011 0 100010 100010 111 0 1000100 1001101

Color Harmonies of #EC9B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9B9B

Black with #EC9B9B

Text Example


Text Example

White with #EC9B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9B9B; }

 p { color: rgb(236,155,155); }

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

background-color css

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

 a { background-color: rgb(236,155,155); }

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

border-color css

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

 span { border-color: rgb(236,155,155); }

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