Html Css Color HEX #EC828F Carissma

📋 copy color: '#EC828F'

red 236 ◦ green 130 ◦ blue 143

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

Shades of Carissma #EC828F

Tints of Carissma #EC828F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.09%

R = 46.37%
G = 25.54%
B = 28.09%

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

#EC828F (or 0xEC828F) is known color: Carissma. HEX triplet: EC, 82 and 8F. RGB value is (236,130,143). Sum of RGB (Red+Green+Blue) = 236+130+143=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 130 (51.17% from 255 or 25.54% from 509); Blue value is 143 (56.25% from 255 or 28.09% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #EC828F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC828F is #137D70. Grayscale: #A3A3A3. Windows color (decimal): -1277297 or 9405164. OLE color: 9405164.

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

Color convert

RGB 236 130 143 -
CMYK 0 0.45 0.39 0.07
HSL 352.64º 0.74% 0.72% -
HSV(B) 352.64º 0.45% 0.93% -
XYZ 47.53 35.78 30.39 -
YUV 163.18 116.62 179.94 -
System Red Green Blue C M Y K H S L
Decimal 236 130 143 0 0.45 0.39 0.07 352.64 0.74 0.72
Hex EC 82 8F 0 2D 27 7 161 4A 48
Octal 354 202 217 0 55 47 7 541 112 110
Binary 11101100 10000010 10001111 0 101101 100111 111 101100001 1001010 1001000

Color Harmonies of #EC828F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC828F

Black with #EC828F

Text Example


Text Example

White with #EC828F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC828F; }

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

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

background-color css

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

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

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

border-color css

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

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

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