Html Css Color HEX #ED89FA Violet

📋 copy color: '#ED89FA'

red 237 ◦ green 137 ◦ blue 250

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

Shades of Violet #ED89FA

Tints of Violet #ED89FA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 21.96%

 BLUE value IS 250 (98.05% from 255) = 40.06%

R = 37.98%
G = 21.96%
B = 40.06%

CMYK

 C value IS 0.05

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED89FA (or 0xED89FA) is known color: Violet. HEX triplet: ED, 89 and FA. RGB value is (237,137,250). Sum of RGB (Red+Green+Blue) = 237+137+250=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 137 (53.91% from 255 or 21.96% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED89FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED89FA is #127605. Grayscale: #B3B3B3. Windows color (decimal): -1209862 or 16419309. OLE color: 16419309.

HSL color Cylindrical-coordinate representation of color #ED89FA: hue angle of 293.1º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ED89FA is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 137 250 -
CMYK 0.05 0.45 0 0.02
HSL 293.1º 0.92% 0.76% -
HSV(B) 293.1º 0.45% 0.98% -
XYZ 61.13 42.8 95.48 -
YUV 179.78 167.63 168.81 -
System Red Green Blue C M Y K H S L
Decimal 237 137 250 0.05 0.45 0 0.02 293.1 0.92 0.76
Hex ED 89 FA 5 2D 0 2 125 5C 4C
Octal 355 211 372 5 55 0 2 445 134 114
Binary 11101101 10001001 11111010 101 101101 0 10 100100101 1011100 1001100

Color Harmonies of #ED89FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED89FA

Black with #ED89FA

Text Example


Text Example

White with #ED89FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED89FA; }

 p { color: rgb(237,137,250); }

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

background-color css

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

 a { background-color: rgb(237,137,250); }

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

border-color css

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

 span { border-color: rgb(237,137,250); }

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