Html Css Color HEX #ED94EC Violet

📋 copy color: '#ED94EC'

red 237 ◦ green 148 ◦ blue 236

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

Shades of Violet #ED94EC

Tints of Violet #ED94EC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 23.83%

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

R = 38.16%
G = 23.83%
B = 38%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#ED94EC (or 0xED94EC) is known color: Violet. HEX triplet: ED, 94 and EC. RGB value is (237,148,236). Sum of RGB (Red+Green+Blue) = 237+148+236=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 148 (58.20% from 255 or 23.83% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 237 - color contains mainly: red. Hex color #ED94EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED94EC is #126B13. Grayscale: #B8B8B8. Windows color (decimal): -1207060 or 15504621. OLE color: 15504621.

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

Color convert

RGB 237 148 236 -
CMYK 0 0.38 0.00 0.07
HSL 300.67º 0.71% 0.75% -
HSV(B) 300.67º 0.38% 0.93% -
XYZ 60.66 45.24 84.89 -
YUV 184.64 156.99 165.34 -
System Red Green Blue C M Y K H S L
Decimal 237 148 236 0 0.38 0.00 0.07 300.67 0.71 0.75
Hex ED 94 EC 0 26 0 7 12D 47 4B
Octal 355 224 354 0 46 0 7 455 107 113
Binary 11101101 10010100 11101100 0 100110 0 111 100101101 1000111 1001011

Color Harmonies of #ED94EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED94EC

Black with #ED94EC

Text Example


Text Example

White with #ED94EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED94EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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