Html Css Color HEX #ED90FB Violet

📋 copy color: '#ED90FB'

red 237 ◦ green 144 ◦ blue 251

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

Shades of Violet #ED90FB

Tints of Violet #ED90FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 39.72%

R = 37.5%
G = 22.78%
B = 39.72%

CMYK

 C value IS 0.06

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED90FB (or 0xED90FB) is known color: Violet. HEX triplet: ED, 90 and FB. RGB value is (237,144,251). Sum of RGB (Red+Green+Blue) = 237+144+251=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 144 (56.64% from 255 or 22.78% from 632); Blue value is 251 (98.44% from 255 or 39.72% from 632); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED90FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED90FB is #126F04. Grayscale: #B7B7B7. Windows color (decimal): -1208069 or 16486637. OLE color: 16486637.

HSL color Cylindrical-coordinate representation of color #ED90FB: hue angle of 292.15º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ED90FB is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 144 251 -
CMYK 0.06 0.43 0 0.02
HSL 292.15º 0.93% 0.77% -
HSV(B) 292.15º 0.43% 0.98% -
XYZ 62.31 44.92 96.65 -
YUV 184.01 165.81 165.8 -
System Red Green Blue C M Y K H S L
Decimal 237 144 251 0.06 0.43 0 0.02 292.15 0.93 0.77
Hex ED 90 FB 6 2B 0 2 124 5D 4D
Octal 355 220 373 6 53 0 2 444 135 115
Binary 11101101 10010000 11111011 110 101011 0 10 100100100 1011101 1001101

Color Harmonies of #ED90FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED90FB

Black with #ED90FB

Text Example


Text Example

White with #ED90FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED90FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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