Html Css Color HEX #EC7FA1 Carissma

📋 copy color: '#EC7FA1'

red 236 ◦ green 127 ◦ blue 161

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

Shades of Carissma #EC7FA1

Tints of Carissma #EC7FA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 30.73%

R = 45.04%
G = 24.24%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EC7FA1 (or 0xEC7FA1) is known color: Carissma. HEX triplet: EC, 7F and A1. RGB value is (236,127,161). Sum of RGB (Red+Green+Blue) = 236+127+161=524 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.04% from 524); Green value is 127 (50% from 255 or 24.24% from 524); Blue value is 161 (63.28% from 255 or 30.73% from 524); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7FA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7FA1 is #13805E. Grayscale: #A3A3A3. Windows color (decimal): -1278047 or 10584044. OLE color: 10584044.

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

Color convert

RGB 236 127 161 -
CMYK 0 0.46 0.32 0.07
HSL 341.28º 0.74% 0.71% -
HSV(B) 341.28º 0.46% 0.93% -
XYZ 48.61 35.58 38.02 -
YUV 163.47 126.61 179.74 -
System Red Green Blue C M Y K H S L
Decimal 236 127 161 0 0.46 0.32 0.07 341.28 0.74 0.71
Hex EC 7F A1 0 2E 20 7 155 4A 47
Octal 354 177 241 0 56 40 7 525 112 107
Binary 11101100 1111111 10100001 0 101110 100000 111 101010101 1001010 1000111

Color Harmonies of #EC7FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7FA1

Black with #EC7FA1

Text Example


Text Example

White with #EC7FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7FA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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