Html Css Color HEX #EC8291 Carissma

📋 copy color: '#EC8291'

red 236 ◦ green 130 ◦ blue 145

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

Shades of Carissma #EC8291

Tints of Carissma #EC8291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.38%

R = 46.18%
G = 25.44%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC8291 (or 0xEC8291) is known color: Carissma. HEX triplet: EC, 82 and 91. RGB value is (236,130,145). Sum of RGB (Red+Green+Blue) = 236+130+145=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 130 (51.17% from 255 or 25.44% from 511); Blue value is 145 (57.03% from 255 or 28.38% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8291 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8291 is #137D6E. Grayscale: #A3A3A3. Windows color (decimal): -1277295 or 9536236. OLE color: 9536236.

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

Color convert

RGB 236 130 145 -
CMYK 0 0.45 0.39 0.07
HSL 351.51º 0.74% 0.72% -
HSV(B) 351.51º 0.45% 0.93% -
XYZ 47.69 35.84 31.19 -
YUV 163.4 117.62 179.78 -
System Red Green Blue C M Y K H S L
Decimal 236 130 145 0 0.45 0.39 0.07 351.51 0.74 0.72
Hex EC 82 91 0 2D 27 7 160 4A 48
Octal 354 202 221 0 55 47 7 540 112 110
Binary 11101100 10000010 10010001 0 101101 100111 111 101100000 1001010 1001000

Color Harmonies of #EC8291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8291

Black with #EC8291

Text Example


Text Example

White with #EC8291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8291; }

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

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

background-color css

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

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

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

border-color css

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

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

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