Html Css Color HEX #EC8695 Carissma

📋 copy color: '#EC8695'

red 236 ◦ green 134 ◦ blue 149

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

Shades of Carissma #EC8695

Tints of Carissma #EC8695

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.82%

 BLUE value IS 149 (58.59% from 255) = 28.71%

R = 45.47%
G = 25.82%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC8695 (or 0xEC8695) is known color: Carissma. HEX triplet: EC, 86 and 95. RGB value is (236,134,149). Sum of RGB (Red+Green+Blue) = 236+134+149=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 134 (52.73% from 255 or 25.82% from 519); Blue value is 149 (58.59% from 255 or 28.71% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8695 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8695 is #13796A. Grayscale: #A6A6A6. Windows color (decimal): -1276267 or 9799404. OLE color: 9799404.

HSL color Cylindrical-coordinate representation of color #EC8695: hue angle of 351.18º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EC8695 is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 134 149 -
CMYK 0 0.43 0.37 0.07
HSL 351.18º 0.73% 0.73% -
HSV(B) 351.18º 0.43% 0.93% -
XYZ 48.54 37.05 33.03 -
YUV 166.21 118.29 177.78 -
System Red Green Blue C M Y K H S L
Decimal 236 134 149 0 0.43 0.37 0.07 351.18 0.73 0.73
Hex EC 86 95 0 2B 25 7 15F 49 49
Octal 354 206 225 0 53 45 7 537 111 111
Binary 11101100 10000110 10010101 0 101011 100101 111 101011111 1001001 1001001

Color Harmonies of #EC8695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8695

Black with #EC8695

Text Example


Text Example

White with #EC8695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8695; }

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

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

background-color css

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

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

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

border-color css

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

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

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