Html Css Color HEX #ED90FE Violet

📋 copy color: '#ED90FE'

red 237 ◦ green 144 ◦ blue 254

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

Shades of Violet #ED90FE

Tints of Violet #ED90FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40%

R = 37.32%
G = 22.68%
B = 40%

CMYK

 C value IS 0.07

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ED90FE (or 0xED90FE) is known color: Violet. HEX triplet: ED, 90 and FE. RGB value is (237,144,254). Sum of RGB (Red+Green+Blue) = 237+144+254=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 144 (56.64% from 255 or 22.68% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED90FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED90FE is #126F01. Grayscale: #B8B8B8. Windows color (decimal): -1208066 or 16683245. OLE color: 16683245.

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

Color convert

RGB 237 144 254 -
CMYK 0.07 0.43 0 0.00
HSL 290.73º 0.98% 0.78% -
HSV(B) 290.73º 0.43% 1% -
XYZ 62.79 45.11 99.16 -
YUV 184.35 167.31 165.56 -
System Red Green Blue C M Y K H S L
Decimal 237 144 254 0.07 0.43 0 0.00 290.73 0.98 0.78
Hex ED 90 FE 7 2B 0 0 123 62 4E
Octal 355 220 376 7 53 0 0 443 142 116
Binary 11101101 10010000 11111110 111 101011 0 0 100100011 1100010 1001110

Color Harmonies of #ED90FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED90FE

Black with #ED90FE

Text Example


Text Example

White with #ED90FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED90FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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