Html Css Color HEX #ED8EEF Violet

📋 copy color: '#ED8EEF'

red 237 ◦ green 142 ◦ blue 239

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

Shades of Violet #ED8EEF

Tints of Violet #ED8EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.67%

R = 38.35%
G = 22.98%
B = 38.67%

CMYK

 C value IS 0.01

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ED8EEF (or 0xED8EEF) is known color: Violet. HEX triplet: ED, 8E and EF. RGB value is (237,142,239). Sum of RGB (Red+Green+Blue) = 237+142+239=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 142 (55.86% from 255 or 22.98% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED8EEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8EEF is #127110. Grayscale: #B5B5B5. Windows color (decimal): -1208593 or 15699693. OLE color: 15699693.

HSL color Cylindrical-coordinate representation of color #ED8EEF: hue angle of 298.76º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ED8EEF is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 142 239 -
CMYK 0.01 0.41 0 0.06
HSL 298.76º 0.75% 0.75% -
HSV(B) 298.76º 0.41% 0.94% -
XYZ 60.18 43.58 86.9 -
YUV 181.46 160.47 167.61 -
System Red Green Blue C M Y K H S L
Decimal 237 142 239 0.01 0.41 0 0.06 298.76 0.75 0.75
Hex ED 8E EF 1 29 0 6 12B 4B 4B
Octal 355 216 357 1 51 0 6 453 113 113
Binary 11101101 10001110 11101111 1 101001 0 110 100101011 1001011 1001011

Color Harmonies of #ED8EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8EEF

Black with #ED8EEF

Text Example


Text Example

White with #ED8EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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