Html Css Color HEX #EC8284 Carissma

📋 copy color: '#EC8284'

red 236 ◦ green 130 ◦ blue 132

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

Shades of Carissma #EC8284

Tints of Carissma #EC8284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.51%

R = 47.39%
G = 26.1%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC8284 (or 0xEC8284) is known color: Carissma. HEX triplet: EC, 82 and 84. RGB value is (236,130,132). Sum of RGB (Red+Green+Blue) = 236+130+132=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 130 (51.17% from 255 or 26.10% from 498); Blue value is 132 (51.95% from 255 or 26.51% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8284 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8284 is #137D7B. Grayscale: #A2A2A2. Windows color (decimal): -1277308 or 8684268. OLE color: 8684268.

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

Color convert

RGB 236 130 132 -
CMYK 0 0.45 0.44 0.07
HSL 358.87º 0.74% 0.72% -
HSV(B) 358.87º 0.45% 0.93% -
XYZ 46.74 35.46 26.21 -
YUV 161.92 111.12 180.84 -
System Red Green Blue C M Y K H S L
Decimal 236 130 132 0 0.45 0.44 0.07 358.87 0.74 0.72
Hex EC 82 84 0 2D 2C 7 167 4A 48
Octal 354 202 204 0 55 54 7 547 112 110
Binary 11101100 10000010 10000100 0 101101 101100 111 101100111 1001010 1001000

Color Harmonies of #EC8284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8284

Black with #EC8284

Text Example


Text Example

White with #EC8284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8284; }

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

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

background-color css

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

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

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

border-color css

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

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

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