Html Css Color HEX #EC858C Carissma

📋 copy color: '#EC858C'

red 236 ◦ green 133 ◦ blue 140

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

Shades of Carissma #EC858C

Tints of Carissma #EC858C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.13%

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

R = 46.37%
G = 26.13%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC858C (or 0xEC858C) is known color: Carissma. HEX triplet: EC, 85 and 8C. RGB value is (236,133,140). Sum of RGB (Red+Green+Blue) = 236+133+140=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 133 (52.34% from 255 or 26.13% from 509); Blue value is 140 (55.08% from 255 or 27.50% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #EC858C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC858C is #137A73. Grayscale: #A4A4A4. Windows color (decimal): -1276532 or 9209324. OLE color: 9209324.

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

Color convert

RGB 236 133 140 -
CMYK 0 0.44 0.41 0.07
HSL 355.92º 0.73% 0.72% -
HSV(B) 355.92º 0.44% 0.93% -
XYZ 47.71 36.5 29.34 -
YUV 164.6 114.12 178.93 -
System Red Green Blue C M Y K H S L
Decimal 236 133 140 0 0.44 0.41 0.07 355.92 0.73 0.72
Hex EC 85 8C 0 2C 29 7 164 49 48
Octal 354 205 214 0 54 51 7 544 111 110
Binary 11101100 10000101 10001100 0 101100 101001 111 101100100 1001001 1001000

Color Harmonies of #EC858C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC858C

Black with #EC858C

Text Example


Text Example

White with #EC858C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC858C; }

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

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

background-color css

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

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

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

border-color css

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

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

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