Html Css Color HEX #EC8495 Carissma

📋 copy color: '#EC8495'

red 236 ◦ green 132 ◦ blue 149

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

Shades of Carissma #EC8495

Tints of Carissma #EC8495

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.53%

 BLUE value IS 149 (58.59% from 255) = 28.82%

R = 45.65%
G = 25.53%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC8495 (or 0xEC8495) is known color: Carissma. HEX triplet: EC, 84 and 95. RGB value is (236,132,149). Sum of RGB (Red+Green+Blue) = 236+132+149=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 132 (51.95% from 255 or 25.53% from 517); Blue value is 149 (58.59% from 255 or 28.82% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8495 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8495 is #137B6A. Grayscale: #A5A5A5. Windows color (decimal): -1276779 or 9798892. OLE color: 9798892.

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

Color convert

RGB 236 132 149 -
CMYK 0 0.44 0.37 0.07
HSL 350.19º 0.73% 0.72% -
HSV(B) 350.19º 0.44% 0.93% -
XYZ 48.27 36.51 32.94 -
YUV 165.03 118.96 178.62 -
System Red Green Blue C M Y K H S L
Decimal 236 132 149 0 0.44 0.37 0.07 350.19 0.73 0.72
Hex EC 84 95 0 2C 25 7 15E 49 48
Octal 354 204 225 0 54 45 7 536 111 110
Binary 11101100 10000100 10010101 0 101100 100101 111 101011110 1001001 1001000

Color Harmonies of #EC8495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8495

Black with #EC8495

Text Example


Text Example

White with #EC8495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8495; }

 p { color: rgb(236,132,149); }

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

background-color css

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

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

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

border-color css

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

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

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