Html Css Color HEX #EC8195 Carissma

📋 copy color: '#EC8195'

red 236 ◦ green 129 ◦ blue 149

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

Shades of Carissma #EC8195

Tints of Carissma #EC8195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.99%

R = 45.91%
G = 25.1%
B = 28.99%

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

#EC8195 (or 0xEC8195) is known color: Carissma. HEX triplet: EC, 81 and 95. RGB value is (236,129,149). Sum of RGB (Red+Green+Blue) = 236+129+149=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 129 (50.78% from 255 or 25.10% from 514); Blue value is 149 (58.59% from 255 or 28.99% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8195 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8195 is #137E6A. Grayscale: #A3A3A3. Windows color (decimal): -1277547 or 9798124. OLE color: 9798124.

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

Color convert

RGB 236 129 149 -
CMYK 0 0.45 0.37 0.07
HSL 348.79º 0.74% 0.72% -
HSV(B) 348.79º 0.45% 0.93% -
XYZ 47.87 35.7 32.8 -
YUV 163.27 119.95 179.87 -
System Red Green Blue C M Y K H S L
Decimal 236 129 149 0 0.45 0.37 0.07 348.79 0.74 0.72
Hex EC 81 95 0 2D 25 7 15D 4A 48
Octal 354 201 225 0 55 45 7 535 112 110
Binary 11101100 10000001 10010101 0 101101 100101 111 101011101 1001010 1001000

Color Harmonies of #EC8195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8195

Black with #EC8195

Text Example


Text Example

White with #EC8195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8195; }

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

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

background-color css

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

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

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

border-color css

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

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

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