Html Css Color HEX #EC7CFB Violet

📋 copy color: '#EC7CFB'

red 236 ◦ green 124 ◦ blue 251

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

Shades of Violet #EC7CFB

Tints of Violet #EC7CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.08%

R = 38.63%
G = 20.29%
B = 41.08%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC7CFB (or 0xEC7CFB) is known color: Violet. HEX triplet: EC, 7C and FB. RGB value is (236,124,251). Sum of RGB (Red+Green+Blue) = 236+124+251=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 124 (48.83% from 255 or 20.29% from 611); Blue value is 251 (98.44% from 255 or 41.08% from 611); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC7CFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7CFB is #138304. Grayscale: #ABABAB. Windows color (decimal): -1278725 or 16481516. OLE color: 16481516.

HSL color Cylindrical-coordinate representation of color #EC7CFB: hue angle of 292.91º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC7CFB is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 124 251 -
CMYK 0.06 0.51 0 0.02
HSL 292.91º 0.94% 0.74% -
HSV(B) 292.91º 0.51% 0.98% -
XYZ 59.21 39.21 95.71 -
YUV 171.97 172.61 173.67 -
System Red Green Blue C M Y K H S L
Decimal 236 124 251 0.06 0.51 0 0.02 292.91 0.94 0.74
Hex EC 7C FB 6 33 0 2 125 5E 4A
Octal 354 174 373 6 63 0 2 445 136 112
Binary 11101100 1111100 11111011 110 110011 0 10 100100101 1011110 1001010

Color Harmonies of #EC7CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7CFB

Black with #EC7CFB

Text Example


Text Example

White with #EC7CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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