Html Css Color HEX #EC8395 Carissma

📋 copy color: '#EC8395'

red 236 ◦ green 131 ◦ blue 149

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

Shades of Carissma #EC8395

Tints of Carissma #EC8395

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.39%

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

R = 45.74%
G = 25.39%
B = 28.88%

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

#EC8395 (or 0xEC8395) is known color: Carissma. HEX triplet: EC, 83 and 95. RGB value is (236,131,149). Sum of RGB (Red+Green+Blue) = 236+131+149=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 131 (51.56% from 255 or 25.39% from 516); Blue value is 149 (58.59% from 255 or 28.88% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8395 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8395 is #137C6A. Grayscale: #A4A4A4. Windows color (decimal): -1277035 or 9798636. OLE color: 9798636.

HSL color Cylindrical-coordinate representation of color #EC8395: hue angle of 349.71º 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 #EC8395 is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 131 149 -
CMYK 0 0.44 0.37 0.07
HSL 349.71º 0.73% 0.72% -
HSV(B) 349.71º 0.44% 0.93% -
XYZ 48.13 36.24 32.89 -
YUV 164.45 119.29 179.04 -
System Red Green Blue C M Y K H S L
Decimal 236 131 149 0 0.44 0.37 0.07 349.71 0.73 0.72
Hex EC 83 95 0 2C 25 7 15E 49 48
Octal 354 203 225 0 54 45 7 536 111 110
Binary 11101100 10000011 10010101 0 101100 100101 111 101011110 1001001 1001000

Color Harmonies of #EC8395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8395

Black with #EC8395

Text Example


Text Example

White with #EC8395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8395; }

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

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

background-color css

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

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

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

border-color css

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

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

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