Html Css Color HEX #EC7996 Carissma

📋 copy color: '#EC7996'

red 236 ◦ green 121 ◦ blue 150

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

Shades of Carissma #EC7996

Tints of Carissma #EC7996

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.87%

 BLUE value IS 150 (58.98% from 255) = 29.59%

R = 46.55%
G = 23.87%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EC7996 (or 0xEC7996) is known color: Carissma. HEX triplet: EC, 79 and 96. RGB value is (236,121,150). Sum of RGB (Red+Green+Blue) = 236+121+150=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 121 (47.66% from 255 or 23.87% from 507); Blue value is 150 (58.98% from 255 or 29.59% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7996 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7996 is #138669. Grayscale: #9E9E9E. Windows color (decimal): -1279594 or 9861612. OLE color: 9861612.

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

Color convert

RGB 236 121 150 -
CMYK 0 0.49 0.36 0.07
HSL 344.87º 0.75% 0.7% -
HSV(B) 344.87º 0.49% 0.93% -
XYZ 46.93 33.71 32.89 -
YUV 158.69 123.1 183.14 -
System Red Green Blue C M Y K H S L
Decimal 236 121 150 0 0.49 0.36 0.07 344.87 0.75 0.7
Hex EC 79 96 0 31 24 7 159 4B 46
Octal 354 171 226 0 61 44 7 531 113 106
Binary 11101100 1111001 10010110 0 110001 100100 111 101011001 1001011 1000110

Color Harmonies of #EC7996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7996

Black with #EC7996

Text Example


Text Example

White with #EC7996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7996; }

 p { color: rgb(236,121,150); }

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

background-color css

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

 a { background-color: rgb(236,121,150); }

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

border-color css

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

 span { border-color: rgb(236,121,150); }

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