Html Css Color HEX #ED90EF Violet

📋 copy color: '#ED90EF'

red 237 ◦ green 144 ◦ blue 239

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

Shades of Violet #ED90EF

Tints of Violet #ED90EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.55%

R = 38.23%
G = 23.23%
B = 38.55%

CMYK

 C value IS 0.01

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ED90EF (or 0xED90EF) is known color: Violet. HEX triplet: ED, 90 and EF. RGB value is (237,144,239). Sum of RGB (Red+Green+Blue) = 237+144+239=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 144 (56.64% from 255 or 23.23% from 620); Blue value is 239 (93.75% from 255 or 38.55% from 620); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED90EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED90EF is #126F10. Grayscale: #B6B6B6. Windows color (decimal): -1208081 or 15700205. OLE color: 15700205.

HSL color Cylindrical-coordinate representation of color #ED90EF: hue angle of 298.74º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED90EF is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 144 239 -
CMYK 0.01 0.40 0 0.06
HSL 298.74º 0.75% 0.75% -
HSV(B) 298.74º 0.4% 0.94% -
XYZ 60.48 44.18 87 -
YUV 182.64 159.81 166.78 -
System Red Green Blue C M Y K H S L
Decimal 237 144 239 0.01 0.40 0 0.06 298.74 0.75 0.75
Hex ED 90 EF 1 28 0 6 12B 4B 4B
Octal 355 220 357 1 50 0 6 453 113 113
Binary 11101101 10010000 11101111 1 101000 0 110 100101011 1001011 1001011

Color Harmonies of #ED90EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED90EF

Black with #ED90EF

Text Example


Text Example

White with #ED90EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED90EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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