Html Css Color HEX #EC7F95 Carissma

📋 copy color: '#EC7F95'

red 236 ◦ green 127 ◦ blue 149

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

Shades of Carissma #EC7F95

Tints of Carissma #EC7F95

RGB

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

 GREEN value IS 127 (50% from 255) = 24.8%

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

R = 46.09%
G = 24.8%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC7F95 (or 0xEC7F95) is known color: Carissma. HEX triplet: EC, 7F and 95. RGB value is (236,127,149). Sum of RGB (Red+Green+Blue) = 236+127+149=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 127 (50% from 255 or 24.80% from 512); Blue value is 149 (58.59% from 255 or 29.10% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7F95 is #13806A. Grayscale: #A2A2A2. Windows color (decimal): -1278059 or 9797612. OLE color: 9797612.

HSL color Cylindrical-coordinate representation of color #EC7F95: hue angle of 347.89º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC7F95 is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 127 149 -
CMYK 0 0.46 0.37 0.07
HSL 347.89º 0.74% 0.71% -
HSV(B) 347.89º 0.46% 0.93% -
XYZ 47.61 35.18 32.72 -
YUV 162.1 120.61 180.71 -
System Red Green Blue C M Y K H S L
Decimal 236 127 149 0 0.46 0.37 0.07 347.89 0.74 0.71
Hex EC 7F 95 0 2E 25 7 15C 4A 47
Octal 354 177 225 0 56 45 7 534 112 107
Binary 11101100 1111111 10010101 0 101110 100101 111 101011100 1001010 1000111

Color Harmonies of #EC7F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7F95

Black with #EC7F95

Text Example


Text Example

White with #EC7F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7F95; }

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

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

background-color css

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

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

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

border-color css

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

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

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