Html Css Color HEX #EC8085 Carissma

📋 copy color: '#EC8085'

red 236 ◦ green 128 ◦ blue 133

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

Shades of Carissma #EC8085

Tints of Carissma #EC8085

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.75%

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

R = 47.48%
G = 25.75%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC8085 (or 0xEC8085) is known color: Carissma. HEX triplet: EC, 80 and 85. RGB value is (236,128,133). Sum of RGB (Red+Green+Blue) = 236+128+133=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 128 (50.39% from 255 or 25.75% from 497); Blue value is 133 (52.34% from 255 or 26.76% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8085 is #137F7A. Grayscale: #A0A0A0. Windows color (decimal): -1277819 or 8749292. OLE color: 8749292.

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

Color convert

RGB 236 128 133 -
CMYK 0 0.46 0.44 0.07
HSL 357.22º 0.74% 0.71% -
HSV(B) 357.22º 0.46% 0.93% -
XYZ 46.54 34.96 26.49 -
YUV 160.86 112.28 181.59 -
System Red Green Blue C M Y K H S L
Decimal 236 128 133 0 0.46 0.44 0.07 357.22 0.74 0.71
Hex EC 80 85 0 2E 2C 7 165 4A 47
Octal 354 200 205 0 56 54 7 545 112 107
Binary 11101100 10000000 10000101 0 101110 101100 111 101100101 1001010 1000111

Color Harmonies of #EC8085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8085

Black with #EC8085

Text Example


Text Example

White with #EC8085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8085; }

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

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

background-color css

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

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

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

border-color css

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

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

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