Html Css Color HEX #EC7CF9 Violet

📋 copy color: '#EC7CF9'

red 236 ◦ green 124 ◦ blue 249

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

Shades of Violet #EC7CF9

Tints of Violet #EC7CF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 40.89%

R = 38.75%
G = 20.36%
B = 40.89%

CMYK

 C value IS 0.05

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC7CF9 (or 0xEC7CF9) is known color: Violet. HEX triplet: EC, 7C and F9. RGB value is (236,124,249). Sum of RGB (Red+Green+Blue) = 236+124+249=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 124 (48.83% from 255 or 20.36% from 609); Blue value is 249 (97.66% from 255 or 40.89% from 609); Max value from RGB is 249 - color contains mainly: blue. Hex color #EC7CF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7CF9 is #138306. Grayscale: #ABABAB. Windows color (decimal): -1278727 or 16350444. OLE color: 16350444.

HSL color Cylindrical-coordinate representation of color #EC7CF9: hue angle of 293.76º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC7CF9 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 124 249 -
CMYK 0.05 0.50 0 0.02
HSL 293.76º 0.91% 0.73% -
HSV(B) 293.76º 0.5% 0.98% -
XYZ 58.9 39.09 94.06 -
YUV 171.74 171.61 173.84 -
System Red Green Blue C M Y K H S L
Decimal 236 124 249 0.05 0.50 0 0.02 293.76 0.91 0.73
Hex EC 7C F9 5 32 0 2 126 5B 49
Octal 354 174 371 5 62 0 2 446 133 111
Binary 11101100 1111100 11111001 101 110010 0 10 100100110 1011011 1001001

Color Harmonies of #EC7CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7CF9

Black with #EC7CF9

Text Example


Text Example

White with #EC7CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7CF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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