Html Css Color HEX #EC8486 Carissma

📋 copy color: '#EC8486'

red 236 ◦ green 132 ◦ blue 134

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

Shades of Carissma #EC8486

Tints of Carissma #EC8486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 26.69%

R = 47.01%
G = 26.29%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EC8486 (or 0xEC8486) is known color: Carissma. HEX triplet: EC, 84 and 86. RGB value is (236,132,134). Sum of RGB (Red+Green+Blue) = 236+132+134=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 132 (51.95% from 255 or 26.29% from 502); Blue value is 134 (52.73% from 255 or 26.69% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8486 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8486 is #137B79. Grayscale: #A3A3A3. Windows color (decimal): -1276794 or 8815852. OLE color: 8815852.

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

Color convert

RGB 236 132 134 -
CMYK 0 0.44 0.43 0.07
HSL 358.85º 0.73% 0.72% -
HSV(B) 358.85º 0.44% 0.93% -
XYZ 47.15 36.06 27.03 -
YUV 163.32 111.46 179.84 -
System Red Green Blue C M Y K H S L
Decimal 236 132 134 0 0.44 0.43 0.07 358.85 0.73 0.72
Hex EC 84 86 0 2C 2B 7 167 49 48
Octal 354 204 206 0 54 53 7 547 111 110
Binary 11101100 10000100 10000110 0 101100 101011 111 101100111 1001001 1001000

Color Harmonies of #EC8486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8486

Black with #EC8486

Text Example


Text Example

White with #EC8486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8486; }

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

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

background-color css

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

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

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

border-color css

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

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

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