Html Css Color HEX #ED90EC Violet

📋 copy color: '#ED90EC'

red 237 ◦ green 144 ◦ blue 236

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

Shades of Violet #ED90EC

Tints of Violet #ED90EC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 23.34%

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

R = 38.41%
G = 23.34%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#ED90EC (or 0xED90EC) is known color: Violet. HEX triplet: ED, 90 and EC. RGB value is (237,144,236). Sum of RGB (Red+Green+Blue) = 237+144+236=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 144 (56.64% from 255 or 23.34% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 237 - color contains mainly: red. Hex color #ED90EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED90EC is #126F13. Grayscale: #B6B6B6. Windows color (decimal): -1208084 or 15503597. OLE color: 15503597.

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

Color convert

RGB 237 144 236 -
CMYK 0 0.39 0.00 0.07
HSL 300.65º 0.72% 0.75% -
HSV(B) 300.65º 0.39% 0.93% -
XYZ 60.04 44.01 84.69 -
YUV 182.3 158.31 167.02 -
System Red Green Blue C M Y K H S L
Decimal 237 144 236 0 0.39 0.00 0.07 300.65 0.72 0.75
Hex ED 90 EC 0 27 0 7 12D 48 4B
Octal 355 220 354 0 47 0 7 455 110 113
Binary 11101101 10010000 11101100 0 100111 0 111 100101101 1001000 1001011

Color Harmonies of #ED90EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED90EC

Black with #ED90EC

Text Example


Text Example

White with #ED90EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED90EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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