Html Css Color HEX #EC9291 Sweet Pink

📋 copy color: '#EC9291'

red 236 ◦ green 146 ◦ blue 145

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

Shades of Sweet Pink #EC9291

Tints of Sweet Pink #EC9291

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.7%

 BLUE value IS 145 (57.03% from 255) = 27.51%

R = 44.78%
G = 27.7%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC9291 (or 0xEC9291) is known color: Sweet Pink. HEX triplet: EC, 92 and 91. RGB value is (236,146,145). Sum of RGB (Red+Green+Blue) = 236+146+145=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 146 (57.42% from 255 or 27.70% from 527); Blue value is 145 (57.03% from 255 or 27.51% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9291 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9291 is #136D6E. Grayscale: #ACACAC. Windows color (decimal): -1273199 or 9540332. OLE color: 9540332.

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

Color convert

RGB 236 146 145 -
CMYK 0 0.38 0.39 0.07
HSL 0.66º 0.71% 0.75% -
HSV(B) 0.66º 0.39% 0.93% -
XYZ 49.98 40.43 31.96 -
YUV 172.8 112.32 173.08 -
System Red Green Blue C M Y K H S L
Decimal 236 146 145 0 0.38 0.39 0.07 0.66 0.71 0.75
Hex EC 92 91 0 26 27 7 1 47 4B
Octal 354 222 221 0 46 47 7 1 107 113
Binary 11101100 10010010 10010001 0 100110 100111 111 1 1000111 1001011

Color Harmonies of #EC9291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9291

Black with #EC9291

Text Example


Text Example

White with #EC9291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9291; }

 p { color: rgb(236,146,145); }

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

background-color css

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

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

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

border-color css

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

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

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