Html Css Color HEX #ED8AFE Violet

📋 copy color: '#ED8AFE'

red 237 ◦ green 138 ◦ blue 254

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

Shades of Violet #ED8AFE

Tints of Violet #ED8AFE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 21.94%

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

R = 37.68%
G = 21.94%
B = 40.38%

CMYK

 C value IS 0.07

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ED8AFE (or 0xED8AFE) is known color: Violet. HEX triplet: ED, 8A and FE. RGB value is (237,138,254). Sum of RGB (Red+Green+Blue) = 237+138+254=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 138 (54.30% from 255 or 21.94% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED8AFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8AFE is #127501. Grayscale: #B4B4B4. Windows color (decimal): -1209602 or 16681709. OLE color: 16681709.

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

Color convert

RGB 237 138 254 -
CMYK 0.07 0.46 0 0.00
HSL 291.21º 0.98% 0.77% -
HSV(B) 291.21º 0.46% 1% -
XYZ 61.9 43.34 98.87 -
YUV 180.83 169.3 168.07 -
System Red Green Blue C M Y K H S L
Decimal 237 138 254 0.07 0.46 0 0.00 291.21 0.98 0.77
Hex ED 8A FE 7 2E 0 0 123 62 4D
Octal 355 212 376 7 56 0 0 443 142 115
Binary 11101101 10001010 11111110 111 101110 0 0 100100011 1100010 1001101

Color Harmonies of #ED8AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8AFE

Black with #ED8AFE

Text Example


Text Example

White with #ED8AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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