Html Css Color HEX #EC7EEC Violet

📋 copy color: '#EC7EEC'

red 236 ◦ green 126 ◦ blue 236

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

Shades of Violet #EC7EEC

Tints of Violet #EC7EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.46%

R = 39.46%
G = 21.07%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC7EEC (or 0xEC7EEC) is known color: Violet. HEX triplet: EC, 7E and EC. RGB value is (236,126,236). Sum of RGB (Red+Green+Blue) = 236+126+236=598 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.46% from 598); Green value is 126 (49.61% from 255 or 21.07% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC7EEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7EEC is #138113. Grayscale: #ABABAB. Windows color (decimal): -1278228 or 15498988. OLE color: 15498988.

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

Color convert

RGB 236 126 236 -
CMYK 0 0.47 0 0.07
HSL 300º 0.74% 0.71% -
HSV(B) 300º 0.47% 0.93% -
XYZ 57.19 38.81 83.83 -
YUV 171.43 164.44 174.06 -
System Red Green Blue C M Y K H S L
Decimal 236 126 236 0 0.47 0 0.07 300 0.74 0.71
Hex EC 7E EC 0 2F 0 7 12C 4A 47
Octal 354 176 354 0 57 0 7 454 112 107
Binary 11101100 1111110 11101100 0 101111 0 111 100101100 1001010 1000111

Color Harmonies of #EC7EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7EEC

Black with #EC7EEC

Text Example


Text Example

White with #EC7EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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