Html Css Color HEX #EC7E9E Carissma

📋 copy color: '#EC7E9E'

red 236 ◦ green 126 ◦ blue 158

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

Shades of Carissma #EC7E9E

Tints of Carissma #EC7E9E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.23%

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

R = 45.38%
G = 24.23%
B = 30.38%

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

#EC7E9E (or 0xEC7E9E) is known color: Carissma. HEX triplet: EC, 7E and 9E. RGB value is (236,126,158). Sum of RGB (Red+Green+Blue) = 236+126+158=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 126 (49.61% from 255 or 24.23% from 520); Blue value is 158 (62.11% from 255 or 30.38% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7E9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7E9E is #138161. Grayscale: #A2A2A2. Windows color (decimal): -1278306 or 10387180. OLE color: 10387180.

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

Color convert

RGB 236 126 158 -
CMYK 0 0.47 0.33 0.07
HSL 342.55º 0.74% 0.71% -
HSV(B) 342.55º 0.47% 0.93% -
XYZ 48.22 35.22 36.6 -
YUV 162.54 125.44 180.4 -
System Red Green Blue C M Y K H S L
Decimal 236 126 158 0 0.47 0.33 0.07 342.55 0.74 0.71
Hex EC 7E 9E 0 2F 21 7 157 4A 47
Octal 354 176 236 0 57 41 7 527 112 107
Binary 11101100 1111110 10011110 0 101111 100001 111 101010111 1001010 1000111

Color Harmonies of #EC7E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7E9E

Black with #EC7E9E

Text Example


Text Example

White with #EC7E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7E9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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