Html Css Color HEX #EC7D8D Carissma

📋 copy color: '#EC7D8D'

red 236 ◦ green 125 ◦ blue 141

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

Shades of Carissma #EC7D8D

Tints of Carissma #EC7D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.09%

R = 47.01%
G = 24.9%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC7D8D (or 0xEC7D8D) is known color: Carissma. HEX triplet: EC, 7D and 8D. RGB value is (236,125,141). Sum of RGB (Red+Green+Blue) = 236+125+141=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 125 (49.22% from 255 or 24.90% from 502); Blue value is 141 (55.47% from 255 or 28.09% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7D8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7D8D is #138272. Grayscale: #A0A0A0. Windows color (decimal): -1278579 or 9272812. OLE color: 9272812.

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

Color convert

RGB 236 125 141 -
CMYK 0 0.47 0.40 0.07
HSL 351.35º 0.74% 0.71% -
HSV(B) 351.35º 0.47% 0.93% -
XYZ 46.73 34.42 29.38 -
YUV 160.01 117.27 182.2 -
System Red Green Blue C M Y K H S L
Decimal 236 125 141 0 0.47 0.40 0.07 351.35 0.74 0.71
Hex EC 7D 8D 0 2F 28 7 15F 4A 47
Octal 354 175 215 0 57 50 7 537 112 107
Binary 11101100 1111101 10001101 0 101111 101000 111 101011111 1001010 1000111

Color Harmonies of #EC7D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7D8D

Black with #EC7D8D

Text Example


Text Example

White with #EC7D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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