Html Css Color HEX #EC828D Carissma

📋 copy color: '#EC828D'

red 236 ◦ green 130 ◦ blue 141

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

Shades of Carissma #EC828D

Tints of Carissma #EC828D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.81%

R = 46.55%
G = 25.64%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC828D (or 0xEC828D) is known color: Carissma. HEX triplet: EC, 82 and 8D. RGB value is (236,130,141). Sum of RGB (Red+Green+Blue) = 236+130+141=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 130 (51.17% from 255 or 25.64% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #EC828D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC828D is #137D72. Grayscale: #A3A3A3. Windows color (decimal): -1277299 or 9274092. OLE color: 9274092.

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

Color convert

RGB 236 130 141 -
CMYK 0 0.45 0.40 0.07
HSL 353.77º 0.74% 0.72% -
HSV(B) 353.77º 0.45% 0.93% -
XYZ 47.38 35.72 29.6 -
YUV 162.95 115.62 180.11 -
System Red Green Blue C M Y K H S L
Decimal 236 130 141 0 0.45 0.40 0.07 353.77 0.74 0.72
Hex EC 82 8D 0 2D 28 7 162 4A 48
Octal 354 202 215 0 55 50 7 542 112 110
Binary 11101100 10000010 10001101 0 101101 101000 111 101100010 1001010 1001000

Color Harmonies of #EC828D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC828D

Black with #EC828D

Text Example


Text Example

White with #EC828D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC828D; }

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

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

background-color css

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

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

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

border-color css

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

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

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