Html Css Color HEX #ED8EFF Violet

📋 copy color: '#ED8EFF'

red 237 ◦ green 142 ◦ blue 255

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

Shades of Violet #ED8EFF

Tints of Violet #ED8EFF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 22.4%

 BLUE value IS 255 (100% from 255) = 40.22%

R = 37.38%
G = 22.4%
B = 40.22%

CMYK

 C value IS 0.07

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ED8EFF (or 0xED8EFF) is known color: Violet. HEX triplet: ED, 8E and FF. RGB value is (237,142,255). Sum of RGB (Red+Green+Blue) = 237+142+255=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 142 (55.86% from 255 or 22.40% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED8EFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8EFF is #127100. Grayscale: #B6B6B6. Windows color (decimal): -1208577 or 16748269. OLE color: 16748269.

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

Color convert

RGB 237 142 255 -
CMYK 0.07 0.44 0 0
HSL 290.44º 1% 0.78% -
HSV(B) 290.44º 0.44% 1% -
XYZ 62.65 44.57 99.91 -
YUV 183.29 168.47 166.31 -
System Red Green Blue C M Y K H S L
Decimal 237 142 255 0.07 0.44 0 0 290.44 1 0.78
Hex ED 8E FF 7 2C 0 0 122 64 4E
Octal 355 216 377 7 54 0 0 442 144 116
Binary 11101101 10001110 11111111 111 101100 0 0 100100010 1100100 1001110

Color Harmonies of #ED8EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8EFF

Black with #ED8EFF

Text Example


Text Example

White with #ED8EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8EFF; }

 p { color: rgb(237,142,255); }

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

background-color css

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

 a { background-color: rgb(237,142,255); }

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

border-color css

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

 span { border-color: rgb(237,142,255); }

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