Html Css Color HEX #EC7994 Carissma

📋 copy color: '#EC7994'

red 236 ◦ green 121 ◦ blue 148

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

Shades of Carissma #EC7994

Tints of Carissma #EC7994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.31%

R = 46.73%
G = 23.96%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC7994 (or 0xEC7994) is known color: Carissma. HEX triplet: EC, 79 and 94. RGB value is (236,121,148). Sum of RGB (Red+Green+Blue) = 236+121+148=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 121 (47.66% from 255 or 23.96% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7994 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7994 is #13866B. Grayscale: #9E9E9E. Windows color (decimal): -1279596 or 9730540. OLE color: 9730540.

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

Color convert

RGB 236 121 148 -
CMYK 0 0.49 0.37 0.07
HSL 345.91º 0.75% 0.7% -
HSV(B) 345.91º 0.49% 0.93% -
XYZ 46.77 33.65 32.05 -
YUV 158.46 122.1 183.3 -
System Red Green Blue C M Y K H S L
Decimal 236 121 148 0 0.49 0.37 0.07 345.91 0.75 0.7
Hex EC 79 94 0 31 25 7 15A 4B 46
Octal 354 171 224 0 61 45 7 532 113 106
Binary 11101100 1111001 10010100 0 110001 100101 111 101011010 1001011 1000110

Color Harmonies of #EC7994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7994

Black with #EC7994

Text Example


Text Example

White with #EC7994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7994; }

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

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

background-color css

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

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

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

border-color css

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

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

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