Html Css Color HEX #ED93EA Violet

📋 copy color: '#ED93EA'

red 237 ◦ green 147 ◦ blue 234

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

Shades of Violet #ED93EA

Tints of Violet #ED93EA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 23.79%

 BLUE value IS 234 (91.8% from 255) = 37.86%

R = 38.35%
G = 23.79%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#ED93EA (or 0xED93EA) is known color: Violet. HEX triplet: ED, 93 and EA. RGB value is (237,147,234). Sum of RGB (Red+Green+Blue) = 237+147+234=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 147 (57.81% from 255 or 23.79% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #ED93EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED93EA is #126C15. Grayscale: #B7B7B7. Windows color (decimal): -1207318 or 15373293. OLE color: 15373293.

HSL color Cylindrical-coordinate representation of color #ED93EA: hue angle of 302º 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 #ED93EA is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 147 234 -
CMYK 0 0.38 0.01 0.07
HSL 302º 0.71% 0.75% -
HSV(B) 302º 0.38% 0.93% -
XYZ 60.21 44.81 83.32 -
YUV 183.83 156.32 165.93 -
System Red Green Blue C M Y K H S L
Decimal 237 147 234 0 0.38 0.01 0.07 302 0.71 0.75
Hex ED 93 EA 0 26 1 7 12E 47 4B
Octal 355 223 352 0 46 1 7 456 107 113
Binary 11101101 10010011 11101010 0 100110 1 111 100101110 1000111 1001011

Color Harmonies of #ED93EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED93EA

Black with #ED93EA

Text Example


Text Example

White with #ED93EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED93EA; }

 p { color: rgb(237,147,234); }

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

background-color css

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

 a { background-color: rgb(237,147,234); }

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

border-color css

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

 span { border-color: rgb(237,147,234); }

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