Html Css Color HEX #ED94EE Violet

📋 copy color: '#ED94EE'

red 237 ◦ green 148 ◦ blue 238

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

Shades of Violet #ED94EE

Tints of Violet #ED94EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.2%

R = 38.04%
G = 23.76%
B = 38.2%

CMYK

 C value IS 0.00

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ED94EE (or 0xED94EE) is known color: Violet. HEX triplet: ED, 94 and EE. RGB value is (237,148,238). Sum of RGB (Red+Green+Blue) = 237+148+238=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 148 (58.20% from 255 or 23.76% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED94EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED94EE is #126B11. Grayscale: #B8B8B8. Windows color (decimal): -1207058 or 15635693. OLE color: 15635693.

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

Color convert

RGB 237 148 238 -
CMYK 0.00 0.38 0 0.07
HSL 299.33º 0.73% 0.76% -
HSV(B) 299.33º 0.38% 0.93% -
XYZ 60.95 45.36 86.43 -
YUV 184.87 157.99 165.18 -
System Red Green Blue C M Y K H S L
Decimal 237 148 238 0.00 0.38 0 0.07 299.33 0.73 0.76
Hex ED 94 EE 0 26 0 7 12B 49 4C
Octal 355 224 356 0 46 0 7 453 111 114
Binary 11101101 10010100 11101110 0 100110 0 111 100101011 1001001 1001100

Color Harmonies of #ED94EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED94EE

Black with #ED94EE

Text Example


Text Example

White with #ED94EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED94EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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