Html Css Color HEX #EC7DA0 Carissma

📋 copy color: '#EC7DA0'

red 236 ◦ green 125 ◦ blue 160

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

Shades of Carissma #EC7DA0

Tints of Carissma #EC7DA0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.99%

 BLUE value IS 160 (62.89% from 255) = 30.71%

R = 45.3%
G = 23.99%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EC7DA0 (or 0xEC7DA0) is known color: Carissma. HEX triplet: EC, 7D and A0. RGB value is (236,125,160). Sum of RGB (Red+Green+Blue) = 236+125+160=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 125 (49.22% from 255 or 23.99% from 521); Blue value is 160 (62.89% from 255 or 30.71% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7DA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7DA0 is #13825F. Grayscale: #A2A2A2. Windows color (decimal): -1278560 or 10517996. OLE color: 10517996.

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

Color convert

RGB 236 125 160 -
CMYK 0 0.47 0.32 0.07
HSL 341.08º 0.74% 0.71% -
HSV(B) 341.08º 0.47% 0.93% -
XYZ 48.27 35.04 37.48 -
YUV 162.18 126.77 180.65 -
System Red Green Blue C M Y K H S L
Decimal 236 125 160 0 0.47 0.32 0.07 341.08 0.74 0.71
Hex EC 7D A0 0 2F 20 7 155 4A 47
Octal 354 175 240 0 57 40 7 525 112 107
Binary 11101100 1111101 10100000 0 101111 100000 111 101010101 1001010 1000111

Color Harmonies of #EC7DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7DA0

Black with #EC7DA0

Text Example


Text Example

White with #EC7DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7DA0; }

 p { color: rgb(236,125,160); }

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

background-color css

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

 a { background-color: rgb(236,125,160); }

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

border-color css

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

 span { border-color: rgb(236,125,160); }

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