Html Css Color HEX #EC7496 Carissma

📋 copy color: '#EC7496'

red 236 ◦ green 116 ◦ blue 150

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

Shades of Carissma #EC7496

Tints of Carissma #EC7496

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.11%

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

R = 47.01%
G = 23.11%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EC7496 (or 0xEC7496) is known color: Carissma. HEX triplet: EC, 74 and 96. RGB value is (236,116,150). Sum of RGB (Red+Green+Blue) = 236+116+150=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 116 (45.70% from 255 or 23.11% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7496 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7496 is #138B69. Grayscale: #9B9B9B. Windows color (decimal): -1280874 or 9860332. OLE color: 9860332.

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

Color convert

RGB 236 116 150 -
CMYK 0 0.51 0.36 0.07
HSL 343º 0.76% 0.69% -
HSV(B) 343º 0.51% 0.93% -
XYZ 46.34 32.53 32.69 -
YUV 155.76 124.76 185.24 -
System Red Green Blue C M Y K H S L
Decimal 236 116 150 0 0.51 0.36 0.07 343 0.76 0.69
Hex EC 74 96 0 33 24 7 157 4C 45
Octal 354 164 226 0 63 44 7 527 114 105
Binary 11101100 1110100 10010110 0 110011 100100 111 101010111 1001100 1000101

Color Harmonies of #EC7496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7496

Black with #EC7496

Text Example


Text Example

White with #EC7496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7496; }

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

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

background-color css

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

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

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

border-color css

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

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

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