Html Css Color HEX #EC868C Carissma

📋 copy color: '#EC868C'

red 236 ◦ green 134 ◦ blue 140

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

Shades of Carissma #EC868C

Tints of Carissma #EC868C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.45%

R = 46.27%
G = 26.27%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC868C (or 0xEC868C) is known color: Carissma. HEX triplet: EC, 86 and 8C. RGB value is (236,134,140). Sum of RGB (Red+Green+Blue) = 236+134+140=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 134 (52.73% from 255 or 26.27% from 510); Blue value is 140 (55.08% from 255 or 27.45% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #EC868C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC868C is #137973. Grayscale: #A5A5A5. Windows color (decimal): -1276276 or 9209580. OLE color: 9209580.

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

Color convert

RGB 236 134 140 -
CMYK 0 0.43 0.41 0.07
HSL 356.47º 0.73% 0.73% -
HSV(B) 356.47º 0.43% 0.93% -
XYZ 47.85 36.78 29.39 -
YUV 165.18 113.79 178.51 -
System Red Green Blue C M Y K H S L
Decimal 236 134 140 0 0.43 0.41 0.07 356.47 0.73 0.73
Hex EC 86 8C 0 2B 29 7 164 49 49
Octal 354 206 214 0 53 51 7 544 111 111
Binary 11101100 10000110 10001100 0 101011 101001 111 101100100 1001001 1001001

Color Harmonies of #EC868C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC868C

Black with #EC868C

Text Example


Text Example

White with #EC868C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC868C; }

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

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

background-color css

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

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

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

border-color css

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

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

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