Html Css Color HEX #ED7FEC Violet

📋 copy color: '#ED7FEC'

red 237 ◦ green 127 ◦ blue 236

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

Shades of Violet #ED7FEC

Tints of Violet #ED7FEC

RGB

 RED value IS 237 (92.97% from 255) = 39.5%

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

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

R = 39.5%
G = 21.17%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#ED7FEC (or 0xED7FEC) is known color: Violet. HEX triplet: ED, 7F and EC. RGB value is (237,127,236). Sum of RGB (Red+Green+Blue) = 237+127+236=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 127 (50% from 255 or 21.17% from 600); Blue value is 236 (92.58% from 255 or 39.33% from 600); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7FEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7FEC is #128013. Grayscale: #ABABAB. Windows color (decimal): -1212436 or 15499245. OLE color: 15499245.

HSL color Cylindrical-coordinate representation of color #ED7FEC: hue angle of 300.55º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED7FEC is Cyan = 0, Magento = 0.46, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 127 236 -
CMYK 0 0.46 0.00 0.07
HSL 300.55º 0.75% 0.71% -
HSV(B) 300.55º 0.46% 0.93% -
XYZ 57.65 39.24 83.89 -
YUV 172.32 163.94 174.14 -
System Red Green Blue C M Y K H S L
Decimal 237 127 236 0 0.46 0.00 0.07 300.55 0.75 0.71
Hex ED 7F EC 0 2E 0 7 12D 4B 47
Octal 355 177 354 0 56 0 7 455 113 107
Binary 11101101 1111111 11101100 0 101110 0 111 100101101 1001011 1000111

Color Harmonies of #ED7FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7FEC

Black with #ED7FEC

Text Example


Text Example

White with #ED7FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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