Html Css Color HEX #EC828A Carissma

📋 copy color: '#EC828A'

red 236 ◦ green 130 ◦ blue 138

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

Shades of Carissma #EC828A

Tints of Carissma #EC828A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.38%

R = 46.83%
G = 25.79%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC828A (or 0xEC828A) is known color: Carissma. HEX triplet: EC, 82 and 8A. RGB value is (236,130,138). Sum of RGB (Red+Green+Blue) = 236+130+138=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 130 (51.17% from 255 or 25.79% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #EC828A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC828A is #137D75. Grayscale: #A2A2A2. Windows color (decimal): -1277302 or 9077484. OLE color: 9077484.

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

Color convert

RGB 236 130 138 -
CMYK 0 0.45 0.42 0.07
HSL 355.47º 0.74% 0.72% -
HSV(B) 355.47º 0.45% 0.93% -
XYZ 47.16 35.63 28.44 -
YUV 162.61 114.12 180.35 -
System Red Green Blue C M Y K H S L
Decimal 236 130 138 0 0.45 0.42 0.07 355.47 0.74 0.72
Hex EC 82 8A 0 2D 2A 7 163 4A 48
Octal 354 202 212 0 55 52 7 543 112 110
Binary 11101100 10000010 10001010 0 101101 101010 111 101100011 1001010 1001000

Color Harmonies of #EC828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC828A

Black with #EC828A

Text Example


Text Example

White with #EC828A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC828A; }

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

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

background-color css

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

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

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

border-color css

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

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

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