Html Css Color HEX #EC7DEC Violet

📋 copy color: '#EC7DEC'

red 236 ◦ green 125 ◦ blue 236

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

Shades of Violet #EC7DEC

Tints of Violet #EC7DEC

RGB

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

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

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

R = 39.53%
G = 20.94%
B = 39.53%

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

#EC7DEC (or 0xEC7DEC) is known color: Violet. HEX triplet: EC, 7D and EC. RGB value is (236,125,236). Sum of RGB (Red+Green+Blue) = 236+125+236=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 125 (49.22% from 255 or 20.94% from 597); Blue value is 236 (92.58% from 255 or 39.53% from 597); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC7DEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7DEC is #138213. Grayscale: #AAAAAA. Windows color (decimal): -1278484 or 15498732. OLE color: 15498732.

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

Color convert

RGB 236 125 236 -
CMYK 0 0.47 0 0.07
HSL 300º 0.74% 0.71% -
HSV(B) 300º 0.47% 0.93% -
XYZ 57.07 38.56 83.79 -
YUV 170.84 164.77 174.47 -
System Red Green Blue C M Y K H S L
Decimal 236 125 236 0 0.47 0 0.07 300 0.74 0.71
Hex EC 7D EC 0 2F 0 7 12C 4A 47
Octal 354 175 354 0 57 0 7 454 112 107
Binary 11101100 1111101 11101100 0 101111 0 111 100101100 1001010 1000111

Color Harmonies of #EC7DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7DEC

Black with #EC7DEC

Text Example


Text Example

White with #EC7DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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