Html Css Color HEX #EC7E96 Carissma

📋 copy color: '#EC7E96'

red 236 ◦ green 126 ◦ blue 150

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

Shades of Carissma #EC7E96

Tints of Carissma #EC7E96

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.61%

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

R = 46.09%
G = 24.61%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EC7E96 (or 0xEC7E96) is known color: Carissma. HEX triplet: EC, 7E and 96. RGB value is (236,126,150). Sum of RGB (Red+Green+Blue) = 236+126+150=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 126 (49.61% from 255 or 24.61% from 512); Blue value is 150 (58.98% from 255 or 29.30% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7E96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7E96 is #138169. Grayscale: #A1A1A1. Windows color (decimal): -1278314 or 9862892. OLE color: 9862892.

HSL color Cylindrical-coordinate representation of color #EC7E96: hue angle of 346.91º degrees, saturation: 0.74, 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 #EC7E96 is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 126 150 -
CMYK 0 0.47 0.36 0.07
HSL 346.91º 0.74% 0.71% -
HSV(B) 346.91º 0.47% 0.93% -
XYZ 47.56 34.96 33.09 -
YUV 161.63 121.44 181.05 -
System Red Green Blue C M Y K H S L
Decimal 236 126 150 0 0.47 0.36 0.07 346.91 0.74 0.71
Hex EC 7E 96 0 2F 24 7 15B 4A 47
Octal 354 176 226 0 57 44 7 533 112 107
Binary 11101100 1111110 10010110 0 101111 100100 111 101011011 1001010 1000111

Color Harmonies of #EC7E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7E96

Black with #EC7E96

Text Example


Text Example

White with #EC7E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7E96; }

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

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

background-color css

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

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

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

border-color css

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

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

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