Html Css Color HEX #EC829F Carissma

📋 copy color: '#EC829F'

red 236 ◦ green 130 ◦ blue 159

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

Shades of Carissma #EC829F

Tints of Carissma #EC829F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 30.29%

R = 44.95%
G = 24.76%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EC829F (or 0xEC829F) is known color: Carissma. HEX triplet: EC, 82 and 9F. RGB value is (236,130,159). Sum of RGB (Red+Green+Blue) = 236+130+159=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 130 (51.17% from 255 or 24.76% from 525); Blue value is 159 (62.5% from 255 or 30.29% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #EC829F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC829F is #137D60. Grayscale: #A4A4A4. Windows color (decimal): -1277281 or 10453740. OLE color: 10453740.

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

Color convert

RGB 236 130 159 -
CMYK 0 0.45 0.33 0.07
HSL 343.58º 0.74% 0.72% -
HSV(B) 343.58º 0.45% 0.93% -
XYZ 48.83 36.3 37.23 -
YUV 165 124.62 178.64 -
System Red Green Blue C M Y K H S L
Decimal 236 130 159 0 0.45 0.33 0.07 343.58 0.74 0.72
Hex EC 82 9F 0 2D 21 7 158 4A 48
Octal 354 202 237 0 55 41 7 530 112 110
Binary 11101100 10000010 10011111 0 101101 100001 111 101011000 1001010 1001000

Color Harmonies of #EC829F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC829F

Black with #EC829F

Text Example


Text Example

White with #EC829F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC829F; }

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

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

background-color css

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

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

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

border-color css

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

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

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