Html Css Color HEX #EC7D9E Carissma

📋 copy color: '#EC7D9E'

red 236 ◦ green 125 ◦ blue 158

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

Shades of Carissma #EC7D9E

Tints of Carissma #EC7D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 30.44%

R = 45.47%
G = 24.08%
B = 30.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EC7D9E (or 0xEC7D9E) is known color: Carissma. HEX triplet: EC, 7D and 9E. RGB value is (236,125,158). Sum of RGB (Red+Green+Blue) = 236+125+158=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 125 (49.22% from 255 or 24.08% from 519); Blue value is 158 (62.11% from 255 or 30.44% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7D9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7D9E is #138261. Grayscale: #A1A1A1. Windows color (decimal): -1278562 or 10386924. OLE color: 10386924.

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

Color convert

RGB 236 125 158 -
CMYK 0 0.47 0.33 0.07
HSL 342.16º 0.74% 0.71% -
HSV(B) 342.16º 0.47% 0.93% -
XYZ 48.1 34.97 36.56 -
YUV 161.95 125.77 180.82 -
System Red Green Blue C M Y K H S L
Decimal 236 125 158 0 0.47 0.33 0.07 342.16 0.74 0.71
Hex EC 7D 9E 0 2F 21 7 156 4A 47
Octal 354 175 236 0 57 41 7 526 112 107
Binary 11101100 1111101 10011110 0 101111 100001 111 101010110 1001010 1000111

Color Harmonies of #EC7D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7D9E

Black with #EC7D9E

Text Example


Text Example

White with #EC7D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7D9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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