Html Css Color HEX #EC8491 Carissma

📋 copy color: '#EC8491'

red 236 ◦ green 132 ◦ blue 145

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

Shades of Carissma #EC8491

Tints of Carissma #EC8491

RGB

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

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

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

R = 46%
G = 25.73%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC8491 (or 0xEC8491) is known color: Carissma. HEX triplet: EC, 84 and 91. RGB value is (236,132,145). Sum of RGB (Red+Green+Blue) = 236+132+145=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 132 (51.95% from 255 or 25.73% from 513); Blue value is 145 (57.03% from 255 or 28.27% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8491 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8491 is #137B6E. Grayscale: #A4A4A4. Windows color (decimal): -1276783 or 9536748. OLE color: 9536748.

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

Color convert

RGB 236 132 145 -
CMYK 0 0.44 0.39 0.07
HSL 352.5º 0.73% 0.72% -
HSV(B) 352.5º 0.44% 0.93% -
XYZ 47.95 36.38 31.28 -
YUV 164.58 116.96 178.94 -
System Red Green Blue C M Y K H S L
Decimal 236 132 145 0 0.44 0.39 0.07 352.5 0.73 0.72
Hex EC 84 91 0 2C 27 7 160 49 48
Octal 354 204 221 0 54 47 7 540 111 110
Binary 11101100 10000100 10010001 0 101100 100111 111 101100000 1001001 1001000

Color Harmonies of #EC8491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8491

Black with #EC8491

Text Example


Text Example

White with #EC8491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8491; }

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

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

background-color css

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

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

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

border-color css

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

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

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