Html Css Color HEX #ED8FE6 Violet

📋 copy color: '#ED8FE6'

red 237 ◦ green 143 ◦ blue 230

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

Shades of Violet #ED8FE6

Tints of Violet #ED8FE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.7%

R = 38.85%
G = 23.44%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#ED8FE6 (or 0xED8FE6) is known color: Violet. HEX triplet: ED, 8F and E6. RGB value is (237,143,230). Sum of RGB (Red+Green+Blue) = 237+143+230=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 143 (56.25% from 255 or 23.44% from 610); Blue value is 230 (90.23% from 255 or 37.70% from 610); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8FE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8FE6 is #127019. Grayscale: #B4B4B4. Windows color (decimal): -1208346 or 15110125. OLE color: 15110125.

HSL color Cylindrical-coordinate representation of color #ED8FE6: hue angle of 304.47º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED8FE6 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 143 230 -
CMYK 0 0.40 0.03 0.07
HSL 304.47º 0.72% 0.75% -
HSV(B) 304.47º 0.4% 0.93% -
XYZ 59.03 43.36 80.12 -
YUV 181.02 155.64 167.93 -
System Red Green Blue C M Y K H S L
Decimal 237 143 230 0 0.40 0.03 0.07 304.47 0.72 0.75
Hex ED 8F E6 0 28 3 7 130 48 4B
Octal 355 217 346 0 50 3 7 460 110 113
Binary 11101101 10001111 11100110 0 101000 11 111 100110000 1001000 1001011

Color Harmonies of #ED8FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8FE6

Black with #ED8FE6

Text Example


Text Example

White with #ED8FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8FE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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