Html Css Color HEX #EC8185 Carissma

📋 copy color: '#EC8185'

red 236 ◦ green 129 ◦ blue 133

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

Shades of Carissma #EC8185

Tints of Carissma #EC8185

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.9%

 BLUE value IS 133 (52.34% from 255) = 26.71%

R = 47.39%
G = 25.9%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC8185 (or 0xEC8185) is known color: Carissma. HEX triplet: EC, 81 and 85. RGB value is (236,129,133). Sum of RGB (Red+Green+Blue) = 236+129+133=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 129 (50.78% from 255 or 25.90% from 498); Blue value is 133 (52.34% from 255 or 26.71% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8185 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8185 is #137E7A. Grayscale: #A1A1A1. Windows color (decimal): -1277563 or 8749548. OLE color: 8749548.

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

Color convert

RGB 236 129 133 -
CMYK 0 0.45 0.44 0.07
HSL 357.76º 0.74% 0.72% -
HSV(B) 357.76º 0.45% 0.93% -
XYZ 46.68 35.23 26.53 -
YUV 161.45 111.95 181.17 -
System Red Green Blue C M Y K H S L
Decimal 236 129 133 0 0.45 0.44 0.07 357.76 0.74 0.72
Hex EC 81 85 0 2D 2C 7 166 4A 48
Octal 354 201 205 0 55 54 7 546 112 110
Binary 11101100 10000001 10000101 0 101101 101100 111 101100110 1001010 1001000

Color Harmonies of #EC8185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8185

Black with #EC8185

Text Example


Text Example

White with #EC8185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8185; }

 p { color: rgb(236,129,133); }

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

background-color css

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

 a { background-color: rgb(236,129,133); }

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

border-color css

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

 span { border-color: rgb(236,129,133); }

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