Html Css Color HEX #EC7CE6 Violet

📋 copy color: '#EC7CE6'

red 236 ◦ green 124 ◦ blue 230

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

Shades of Violet #EC7CE6

Tints of Violet #EC7CE6

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.02%

 BLUE value IS 230 (90.23% from 255) = 38.98%

R = 40%
G = 21.02%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EC7CE6 (or 0xEC7CE6) is known color: Violet. HEX triplet: EC, 7C and E6. RGB value is (236,124,230). Sum of RGB (Red+Green+Blue) = 236+124+230=590 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40% from 590); Green value is 124 (48.83% from 255 or 21.02% from 590); Blue value is 230 (90.23% from 255 or 38.98% from 590); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7CE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7CE6 is #138319. Grayscale: #A9A9A9. Windows color (decimal): -1278746 or 15105260. OLE color: 15105260.

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

Color convert

RGB 236 124 230 -
CMYK 0 0.47 0.03 0.07
HSL 303.21º 0.75% 0.71% -
HSV(B) 303.21º 0.47% 0.93% -
XYZ 56.08 37.96 79.23 -
YUV 169.57 162.11 175.38 -
System Red Green Blue C M Y K H S L
Decimal 236 124 230 0 0.47 0.03 0.07 303.21 0.75 0.71
Hex EC 7C E6 0 2F 3 7 12F 4B 47
Octal 354 174 346 0 57 3 7 457 113 107
Binary 11101100 1111100 11100110 0 101111 11 111 100101111 1001011 1000111

Color Harmonies of #EC7CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7CE6

Black with #EC7CE6

Text Example


Text Example

White with #EC7CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7CE6; }

 p { color: rgb(236,124,230); }

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

background-color css

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

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

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

border-color css

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

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

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