Html Css Color HEX #EC8392 Carissma

📋 copy color: '#EC8392'

red 236 ◦ green 131 ◦ blue 146

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

Shades of Carissma #EC8392

Tints of Carissma #EC8392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.46%

R = 46%
G = 25.54%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EC8392 (or 0xEC8392) is known color: Carissma. HEX triplet: EC, 83 and 92. RGB value is (236,131,146). Sum of RGB (Red+Green+Blue) = 236+131+146=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 131 (51.56% from 255 or 25.54% from 513); Blue value is 146 (57.42% from 255 or 28.46% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8392 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8392 is #137C6D. Grayscale: #A4A4A4. Windows color (decimal): -1277038 or 9602028. OLE color: 9602028.

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

Color convert

RGB 236 131 146 -
CMYK 0 0.44 0.38 0.07
HSL 351.43º 0.73% 0.72% -
HSV(B) 351.43º 0.44% 0.93% -
XYZ 47.9 36.14 31.65 -
YUV 164.11 117.79 179.28 -
System Red Green Blue C M Y K H S L
Decimal 236 131 146 0 0.44 0.38 0.07 351.43 0.73 0.72
Hex EC 83 92 0 2C 26 7 15F 49 48
Octal 354 203 222 0 54 46 7 537 111 110
Binary 11101100 10000011 10010010 0 101100 100110 111 101011111 1001001 1001000

Color Harmonies of #EC8392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8392

Black with #EC8392

Text Example


Text Example

White with #EC8392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8392; }

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

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

background-color css

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

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

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

border-color css

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

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

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