Html Css Color HEX #EC8490 Carissma

📋 copy color: '#EC8490'

red 236 ◦ green 132 ◦ blue 144

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

Shades of Carissma #EC8490

Tints of Carissma #EC8490

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.78%

 BLUE value IS 144 (56.64% from 255) = 28.13%

R = 46.09%
G = 25.78%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC8490 (or 0xEC8490) is known color: Carissma. HEX triplet: EC, 84 and 90. RGB value is (236,132,144). Sum of RGB (Red+Green+Blue) = 236+132+144=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 132 (51.95% from 255 or 25.78% from 512); Blue value is 144 (56.64% from 255 or 28.12% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8490 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8490 is #137B6F. Grayscale: #A4A4A4. Windows color (decimal): -1276784 or 9471212. OLE color: 9471212.

HSL color Cylindrical-coordinate representation of color #EC8490: hue angle of 353.08º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC8490 is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 132 144 -
CMYK 0 0.44 0.39 0.07
HSL 353.08º 0.73% 0.72% -
HSV(B) 353.08º 0.44% 0.93% -
XYZ 47.88 36.35 30.88 -
YUV 164.46 116.46 179.02 -
System Red Green Blue C M Y K H S L
Decimal 236 132 144 0 0.44 0.39 0.07 353.08 0.73 0.72
Hex EC 84 90 0 2C 27 7 161 49 48
Octal 354 204 220 0 54 47 7 541 111 110
Binary 11101100 10000100 10010000 0 101100 100111 111 101100001 1001001 1001000

Color Harmonies of #EC8490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8490

Black with #EC8490

Text Example


Text Example

White with #EC8490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8490; }

 p { color: rgb(236,132,144); }

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

background-color css

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

 a { background-color: rgb(236,132,144); }

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

border-color css

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

 span { border-color: rgb(236,132,144); }

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