Html Css Color HEX #EC7D84 Carissma

📋 copy color: '#EC7D84'

red 236 ◦ green 125 ◦ blue 132

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

Shades of Carissma #EC7D84

Tints of Carissma #EC7D84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.77%

R = 47.87%
G = 25.35%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC7D84 (or 0xEC7D84) is known color: Carissma. HEX triplet: EC, 7D and 84. RGB value is (236,125,132). Sum of RGB (Red+Green+Blue) = 236+125+132=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 125 (49.22% from 255 or 25.35% from 493); Blue value is 132 (51.95% from 255 or 26.77% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7D84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7D84 is #13827B. Grayscale: #9F9F9F. Windows color (decimal): -1278588 or 8682988. OLE color: 8682988.

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

Color convert

RGB 236 125 132 -
CMYK 0 0.47 0.44 0.07
HSL 356.22º 0.74% 0.71% -
HSV(B) 356.22º 0.47% 0.93% -
XYZ 46.09 34.17 26 -
YUV 158.99 112.77 182.93 -
System Red Green Blue C M Y K H S L
Decimal 236 125 132 0 0.47 0.44 0.07 356.22 0.74 0.71
Hex EC 7D 84 0 2F 2C 7 164 4A 47
Octal 354 175 204 0 57 54 7 544 112 107
Binary 11101100 1111101 10000100 0 101111 101100 111 101100100 1001010 1000111

Color Harmonies of #EC7D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7D84

Black with #EC7D84

Text Example


Text Example

White with #EC7D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7D84; }

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

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

background-color css

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

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

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

border-color css

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

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

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