Html Css Color HEX #EC7D93 Carissma

📋 copy color: '#EC7D93'

red 236 ◦ green 125 ◦ blue 147

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

Shades of Carissma #EC7D93

Tints of Carissma #EC7D93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.94%

R = 46.46%
G = 24.61%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EC7D93 (or 0xEC7D93) is known color: Carissma. HEX triplet: EC, 7D and 93. RGB value is (236,125,147). Sum of RGB (Red+Green+Blue) = 236+125+147=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 147 (57.81% from 255 or 28.94% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7D93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7D93 is #13826C. Grayscale: #A0A0A0. Windows color (decimal): -1278573 or 9666028. OLE color: 9666028.

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

Color convert

RGB 236 125 147 -
CMYK 0 0.47 0.38 0.07
HSL 348.11º 0.74% 0.71% -
HSV(B) 348.11º 0.47% 0.93% -
XYZ 47.19 34.61 31.8 -
YUV 160.7 120.27 181.71 -
System Red Green Blue C M Y K H S L
Decimal 236 125 147 0 0.47 0.38 0.07 348.11 0.74 0.71
Hex EC 7D 93 0 2F 26 7 15C 4A 47
Octal 354 175 223 0 57 46 7 534 112 107
Binary 11101100 1111101 10010011 0 101111 100110 111 101011100 1001010 1000111

Color Harmonies of #EC7D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7D93

Black with #EC7D93

Text Example


Text Example

White with #EC7D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7D93; }

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

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

background-color css

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

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

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

border-color css

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

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

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