Html Css Color HEX #ED8AFD Violet

📋 copy color: '#ED8AFD'

red 237 ◦ green 138 ◦ blue 253

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

Shades of Violet #ED8AFD

Tints of Violet #ED8AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.29%

R = 37.74%
G = 21.97%
B = 40.29%

CMYK

 C value IS 0.06

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ED8AFD (or 0xED8AFD) is known color: Violet. HEX triplet: ED, 8A and FD. RGB value is (237,138,253). Sum of RGB (Red+Green+Blue) = 237+138+253=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 138 (54.30% from 255 or 21.97% from 628); Blue value is 253 (99.22% from 255 or 40.29% from 628); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED8AFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8AFD is #127502. Grayscale: #B4B4B4. Windows color (decimal): -1209603 or 16616173. OLE color: 16616173.

HSL color Cylindrical-coordinate representation of color #ED8AFD: hue angle of 291.65º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ED8AFD is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 138 253 -
CMYK 0.06 0.45 0 0.01
HSL 291.65º 0.97% 0.77% -
HSV(B) 291.65º 0.45% 0.99% -
XYZ 61.74 43.27 98.03 -
YUV 180.71 168.8 168.15 -
System Red Green Blue C M Y K H S L
Decimal 237 138 253 0.06 0.45 0 0.01 291.65 0.97 0.77
Hex ED 8A FD 6 2D 0 1 124 61 4D
Octal 355 212 375 6 55 0 1 444 141 115
Binary 11101101 10001010 11111101 110 101101 0 1 100100100 1100001 1001101

Color Harmonies of #ED8AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8AFD

Black with #ED8AFD

Text Example


Text Example

White with #ED8AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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