Html Css Color HEX #ED94FF Violet

📋 copy color: '#ED94FF'

red 237 ◦ green 148 ◦ blue 255

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

Shades of Violet #ED94FF

Tints of Violet #ED94FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.84%

R = 37.03%
G = 23.13%
B = 39.84%

CMYK

 C value IS 0.07

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ED94FF (or 0xED94FF) is known color: Violet. HEX triplet: ED, 94 and FF. RGB value is (237,148,255). Sum of RGB (Red+Green+Blue) = 237+148+255=640 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.03% from 640); Green value is 148 (58.20% from 255 or 23.12% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED94FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED94FF is #126B00. Grayscale: #BABABA. Windows color (decimal): -1207041 or 16749805. OLE color: 16749805.

HSL color Cylindrical-coordinate representation of color #ED94FF: hue angle of 289.91º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ED94FF is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 237 148 255 -
CMYK 0.07 0.42 0 0
HSL 289.91º 1% 0.79% -
HSV(B) 289.91º 0.42% 1% -
XYZ 63.56 46.4 100.21 -
YUV 186.81 166.49 163.8 -
System Red Green Blue C M Y K H S L
Decimal 237 148 255 0.07 0.42 0 0 289.91 1 0.79
Hex ED 94 FF 7 2A 0 0 122 64 4F
Octal 355 224 377 7 52 0 0 442 144 117
Binary 11101101 10010100 11111111 111 101010 0 0 100100010 1100100 1001111

Color Harmonies of #ED94FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED94FF

Black with #ED94FF

Text Example


Text Example

White with #ED94FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED94FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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