Html Css Color HEX #EC868E Carissma

📋 copy color: '#EC868E'

red 236 ◦ green 134 ◦ blue 142

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

Shades of Carissma #EC868E

Tints of Carissma #EC868E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.73%

R = 46.09%
G = 26.17%
B = 27.73%

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

#EC868E (or 0xEC868E) is known color: Carissma. HEX triplet: EC, 86 and 8E. RGB value is (236,134,142). Sum of RGB (Red+Green+Blue) = 236+134+142=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 134 (52.73% from 255 or 26.17% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #EC868E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC868E is #137971. Grayscale: #A5A5A5. Windows color (decimal): -1276274 or 9340652. OLE color: 9340652.

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

Color convert

RGB 236 134 142 -
CMYK 0 0.43 0.40 0.07
HSL 355.29º 0.73% 0.73% -
HSV(B) 355.29º 0.43% 0.93% -
XYZ 48 36.84 30.17 -
YUV 165.41 114.79 178.35 -
System Red Green Blue C M Y K H S L
Decimal 236 134 142 0 0.43 0.40 0.07 355.29 0.73 0.73
Hex EC 86 8E 0 2B 28 7 163 49 49
Octal 354 206 216 0 53 50 7 543 111 111
Binary 11101100 10000110 10001110 0 101011 101000 111 101100011 1001001 1001001

Color Harmonies of #EC868E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC868E

Black with #EC868E

Text Example


Text Example

White with #EC868E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC868E; }

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

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

background-color css

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

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

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

border-color css

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

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

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