Html Css Color HEX #EC8194 Carissma

📋 copy color: '#EC8194'

red 236 ◦ green 129 ◦ blue 148

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

Shades of Carissma #EC8194

Tints of Carissma #EC8194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.85%

R = 46%
G = 25.15%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC8194 (or 0xEC8194) is known color: Carissma. HEX triplet: EC, 81 and 94. RGB value is (236,129,148). Sum of RGB (Red+Green+Blue) = 236+129+148=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 129 (50.78% from 255 or 25.15% from 513); Blue value is 148 (58.20% from 255 or 28.85% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8194 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8194 is #137E6B. Grayscale: #A3A3A3. Windows color (decimal): -1277548 or 9732588. OLE color: 9732588.

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

Color convert

RGB 236 129 148 -
CMYK 0 0.45 0.37 0.07
HSL 349.35º 0.74% 0.72% -
HSV(B) 349.35º 0.45% 0.93% -
XYZ 47.79 35.67 32.38 -
YUV 163.16 119.45 179.96 -
System Red Green Blue C M Y K H S L
Decimal 236 129 148 0 0.45 0.37 0.07 349.35 0.74 0.72
Hex EC 81 94 0 2D 25 7 15D 4A 48
Octal 354 201 224 0 55 45 7 535 112 110
Binary 11101100 10000001 10010100 0 101101 100101 111 101011101 1001010 1001000

Color Harmonies of #EC8194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8194

Black with #EC8194

Text Example


Text Example

White with #EC8194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8194; }

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

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

background-color css

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

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

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

border-color css

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

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

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