Html Css Color HEX #EC8296 Carissma

📋 copy color: '#EC8296'

red 236 ◦ green 130 ◦ blue 150

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

Shades of Carissma #EC8296

Tints of Carissma #EC8296

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.19%

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

R = 45.74%
G = 25.19%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EC8296 (or 0xEC8296) is known color: Carissma. HEX triplet: EC, 82 and 96. RGB value is (236,130,150). Sum of RGB (Red+Green+Blue) = 236+130+150=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 130 (51.17% from 255 or 25.19% from 516); Blue value is 150 (58.98% from 255 or 29.07% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8296 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8296 is #137D69. Grayscale: #A4A4A4. Windows color (decimal): -1277290 or 9863916. OLE color: 9863916.

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

Color convert

RGB 236 130 150 -
CMYK 0 0.45 0.36 0.07
HSL 348.68º 0.74% 0.72% -
HSV(B) 348.68º 0.45% 0.93% -
XYZ 48.08 36 33.27 -
YUV 163.97 120.12 179.37 -
System Red Green Blue C M Y K H S L
Decimal 236 130 150 0 0.45 0.36 0.07 348.68 0.74 0.72
Hex EC 82 96 0 2D 24 7 15D 4A 48
Octal 354 202 226 0 55 44 7 535 112 110
Binary 11101100 10000010 10010110 0 101101 100100 111 101011101 1001010 1001000

Color Harmonies of #EC8296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8296

Black with #EC8296

Text Example


Text Example

White with #EC8296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8296; }

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

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

background-color css

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

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

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

border-color css

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

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

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