Html Css Color HEX #EC868D Carissma

📋 copy color: '#EC868D'

red 236 ◦ green 134 ◦ blue 141

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

Shades of Carissma #EC868D

Tints of Carissma #EC868D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.59%

R = 46.18%
G = 26.22%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC868D (or 0xEC868D) is known color: Carissma. HEX triplet: EC, 86 and 8D. RGB value is (236,134,141). Sum of RGB (Red+Green+Blue) = 236+134+141=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 134 (52.73% from 255 or 26.22% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #EC868D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC868D is #137972. Grayscale: #A5A5A5. Windows color (decimal): -1276275 or 9275116. OLE color: 9275116.

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

Color convert

RGB 236 134 141 -
CMYK 0 0.43 0.40 0.07
HSL 355.88º 0.73% 0.73% -
HSV(B) 355.88º 0.43% 0.93% -
XYZ 47.92 36.81 29.78 -
YUV 165.3 114.29 178.43 -
System Red Green Blue C M Y K H S L
Decimal 236 134 141 0 0.43 0.40 0.07 355.88 0.73 0.73
Hex EC 86 8D 0 2B 28 7 164 49 49
Octal 354 206 215 0 53 50 7 544 111 111
Binary 11101100 10000110 10001101 0 101011 101000 111 101100100 1001001 1001001

Color Harmonies of #EC868D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC868D

Black with #EC868D

Text Example


Text Example

White with #EC868D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC868D; }

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

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

background-color css

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

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

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

border-color css

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

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

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