Html Css Color HEX #EC829A Carissma

📋 copy color: '#EC829A'

red 236 ◦ green 130 ◦ blue 154

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

Shades of Carissma #EC829A

Tints of Carissma #EC829A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.62%

R = 45.38%
G = 25%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EC829A (or 0xEC829A) is known color: Carissma. HEX triplet: EC, 82 and 9A. RGB value is (236,130,154). Sum of RGB (Red+Green+Blue) = 236+130+154=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 130 (51.17% from 255 or 25% from 520); Blue value is 154 (60.55% from 255 or 29.62% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #EC829A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC829A is #137D65. Grayscale: #A4A4A4. Windows color (decimal): -1277286 or 10126060. OLE color: 10126060.

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

Color convert

RGB 236 130 154 -
CMYK 0 0.45 0.35 0.07
HSL 346.42º 0.74% 0.72% -
HSV(B) 346.42º 0.45% 0.93% -
XYZ 48.41 36.13 34.99 -
YUV 164.43 122.12 179.05 -
System Red Green Blue C M Y K H S L
Decimal 236 130 154 0 0.45 0.35 0.07 346.42 0.74 0.72
Hex EC 82 9A 0 2D 23 7 15A 4A 48
Octal 354 202 232 0 55 43 7 532 112 110
Binary 11101100 10000010 10011010 0 101101 100011 111 101011010 1001010 1001000

Color Harmonies of #EC829A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC829A

Black with #EC829A

Text Example


Text Example

White with #EC829A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC829A; }

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

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

background-color css

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

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

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

border-color css

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

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

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