Html Css Color HEX #EC7D8B Carissma

📋 copy color: '#EC7D8B'

red 236 ◦ green 125 ◦ blue 139

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

Shades of Carissma #EC7D8B

Tints of Carissma #EC7D8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.8%

R = 47.2%
G = 25%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC7D8B (or 0xEC7D8B) is known color: Carissma. HEX triplet: EC, 7D and 8B. RGB value is (236,125,139). Sum of RGB (Red+Green+Blue) = 236+125+139=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 125 (49.22% from 255 or 25% from 500); Blue value is 139 (54.69% from 255 or 27.8% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7D8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7D8B is #138274. Grayscale: #9F9F9F. Windows color (decimal): -1278581 or 9141740. OLE color: 9141740.

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

Color convert

RGB 236 125 139 -
CMYK 0 0.47 0.41 0.07
HSL 352.43º 0.74% 0.71% -
HSV(B) 352.43º 0.47% 0.93% -
XYZ 46.59 34.36 28.6 -
YUV 159.79 116.27 182.36 -
System Red Green Blue C M Y K H S L
Decimal 236 125 139 0 0.47 0.41 0.07 352.43 0.74 0.71
Hex EC 7D 8B 0 2F 29 7 160 4A 47
Octal 354 175 213 0 57 51 7 540 112 107
Binary 11101100 1111101 10001011 0 101111 101001 111 101100000 1001010 1000111

Color Harmonies of #EC7D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7D8B

Black with #EC7D8B

Text Example


Text Example

White with #EC7D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7D8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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