Html Css Color HEX #EC818A Carissma

📋 copy color: '#EC818A'

red 236 ◦ green 129 ◦ blue 138

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

Shades of Carissma #EC818A

Tints of Carissma #EC818A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.65%

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

R = 46.92%
G = 25.65%
B = 27.44%

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

#EC818A (or 0xEC818A) is known color: Carissma. HEX triplet: EC, 81 and 8A. RGB value is (236,129,138). Sum of RGB (Red+Green+Blue) = 236+129+138=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 129 (50.78% from 255 or 25.65% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #EC818A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC818A is #137E75. Grayscale: #A2A2A2. Windows color (decimal): -1277558 or 9077228. OLE color: 9077228.

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

Color convert

RGB 236 129 138 -
CMYK 0 0.45 0.42 0.07
HSL 354.95º 0.74% 0.72% -
HSV(B) 354.95º 0.45% 0.93% -
XYZ 47.03 35.37 28.39 -
YUV 162.02 114.45 180.77 -
System Red Green Blue C M Y K H S L
Decimal 236 129 138 0 0.45 0.42 0.07 354.95 0.74 0.72
Hex EC 81 8A 0 2D 2A 7 163 4A 48
Octal 354 201 212 0 55 52 7 543 112 110
Binary 11101100 10000001 10001010 0 101101 101010 111 101100011 1001010 1001000

Color Harmonies of #EC818A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC818A

Black with #EC818A

Text Example


Text Example

White with #EC818A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC818A; }

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

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

background-color css

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

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

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

border-color css

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

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

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