Html Css Color HEX #ED8FFA Violet

📋 copy color: '#ED8FFA'

red 237 ◦ green 143 ◦ blue 250

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

Shades of Violet #ED8FFA

Tints of Violet #ED8FFA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 22.7%

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

R = 37.62%
G = 22.7%
B = 39.68%

CMYK

 C value IS 0.05

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED8FFA (or 0xED8FFA) is known color: Violet. HEX triplet: ED, 8F and FA. RGB value is (237,143,250). Sum of RGB (Red+Green+Blue) = 237+143+250=630 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.62% from 630); Green value is 143 (56.25% from 255 or 22.70% from 630); Blue value is 250 (98.05% from 255 or 39.68% from 630); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED8FFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8FFA is #127005. Grayscale: #B6B6B6. Windows color (decimal): -1208326 or 16420845. OLE color: 16420845.

HSL color Cylindrical-coordinate representation of color #ED8FFA: hue angle of 292.71º degrees, saturation: 0.91, 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 #ED8FFA is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 143 250 -
CMYK 0.05 0.43 0 0.02
HSL 292.71º 0.91% 0.77% -
HSV(B) 292.71º 0.43% 0.98% -
XYZ 62 44.55 95.77 -
YUV 183.3 165.64 166.3 -
System Red Green Blue C M Y K H S L
Decimal 237 143 250 0.05 0.43 0 0.02 292.71 0.91 0.77
Hex ED 8F FA 5 2B 0 2 125 5B 4D
Octal 355 217 372 5 53 0 2 445 133 115
Binary 11101101 10001111 11111010 101 101011 0 10 100100101 1011011 1001101

Color Harmonies of #ED8FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8FFA

Black with #ED8FFA

Text Example


Text Example

White with #ED8FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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