Html Css Color HEX #EC7FFD Violet

📋 copy color: '#EC7FFD'

red 236 ◦ green 127 ◦ blue 253

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

Shades of Violet #EC7FFD

Tints of Violet #EC7FFD

RGB

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

 GREEN value IS 127 (50% from 255) = 20.62%

 BLUE value IS 253 (99.22% from 255) = 41.07%

R = 38.31%
G = 20.62%
B = 41.07%

CMYK

 C value IS 0.07

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC7FFD (or 0xEC7FFD) is known color: Violet. HEX triplet: EC, 7F and FD. RGB value is (236,127,253). Sum of RGB (Red+Green+Blue) = 236+127+253=616 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.31% from 616); Green value is 127 (50% from 255 or 20.62% from 616); Blue value is 253 (99.22% from 255 or 41.07% from 616); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC7FFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7FFD is #138002. Grayscale: #ADADAD. Windows color (decimal): -1277955 or 16613356. OLE color: 16613356.

HSL color Cylindrical-coordinate representation of color #EC7FFD: hue angle of 291.9º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC7FFD is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 236 127 253 -
CMYK 0.07 0.50 0 0.01
HSL 291.9º 0.97% 0.75% -
HSV(B) 291.9º 0.5% 0.99% -
XYZ 59.91 40.1 97.51 -
YUV 173.96 172.61 172.25 -
System Red Green Blue C M Y K H S L
Decimal 236 127 253 0.07 0.50 0 0.01 291.9 0.97 0.75
Hex EC 7F FD 7 32 0 1 124 61 4B
Octal 354 177 375 7 62 0 1 444 141 113
Binary 11101100 1111111 11111101 111 110010 0 1 100100100 1100001 1001011

Color Harmonies of #EC7FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7FFD

Black with #EC7FFD

Text Example


Text Example

White with #EC7FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7FFD; }

 p { color: rgb(236,127,253); }

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

background-color css

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

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

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

border-color css

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

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

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