Html Css Color HEX #ED87FA Violet

📋 copy color: '#ED87FA'

red 237 ◦ green 135 ◦ blue 250

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

Shades of Violet #ED87FA

Tints of Violet #ED87FA

RGB

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

 GREEN value IS 135 (53.13% from 255) = 21.7%

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

R = 38.1%
G = 21.7%
B = 40.19%

CMYK

 C value IS 0.05

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED87FA (or 0xED87FA) is known color: Violet. HEX triplet: ED, 87 and FA. RGB value is (237,135,250). Sum of RGB (Red+Green+Blue) = 237+135+250=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 135 (53.12% from 255 or 21.70% from 622); Blue value is 250 (98.05% from 255 or 40.19% from 622); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED87FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED87FA is #127805. Grayscale: #B2B2B2. Windows color (decimal): -1210374 or 16418797. OLE color: 16418797.

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

Color convert

RGB 237 135 250 -
CMYK 0.05 0.46 0 0.02
HSL 293.22º 0.92% 0.75% -
HSV(B) 293.22º 0.46% 0.98% -
XYZ 60.84 42.23 95.39 -
YUV 178.61 168.29 169.65 -
System Red Green Blue C M Y K H S L
Decimal 237 135 250 0.05 0.46 0 0.02 293.22 0.92 0.75
Hex ED 87 FA 5 2E 0 2 125 5C 4B
Octal 355 207 372 5 56 0 2 445 134 113
Binary 11101101 10000111 11111010 101 101110 0 10 100100101 1011100 1001011

Color Harmonies of #ED87FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED87FA

Black with #ED87FA

Text Example


Text Example

White with #ED87FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED87FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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