Html Css Color HEX #EC7C95 Carissma

📋 copy color: '#EC7C95'

red 236 ◦ green 124 ◦ blue 149

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

Shades of Carissma #EC7C95

Tints of Carissma #EC7C95

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.36%

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

R = 46.37%
G = 24.36%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC7C95 (or 0xEC7C95) is known color: Carissma. HEX triplet: EC, 7C and 95. RGB value is (236,124,149). Sum of RGB (Red+Green+Blue) = 236+124+149=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 124 (48.83% from 255 or 24.36% from 509); Blue value is 149 (58.59% from 255 or 29.27% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7C95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7C95 is #13836A. Grayscale: #A0A0A0. Windows color (decimal): -1278827 or 9796844. OLE color: 9796844.

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

Color convert

RGB 236 124 149 -
CMYK 0 0.47 0.37 0.07
HSL 346.61º 0.75% 0.71% -
HSV(B) 346.61º 0.47% 0.93% -
XYZ 47.22 34.42 32.59 -
YUV 160.34 121.61 181.97 -
System Red Green Blue C M Y K H S L
Decimal 236 124 149 0 0.47 0.37 0.07 346.61 0.75 0.71
Hex EC 7C 95 0 2F 25 7 15B 4B 47
Octal 354 174 225 0 57 45 7 533 113 107
Binary 11101100 1111100 10010101 0 101111 100101 111 101011011 1001011 1000111

Color Harmonies of #EC7C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7C95

Black with #EC7C95

Text Example


Text Example

White with #EC7C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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