Html Css Color HEX #ED8DEE Violet

📋 copy color: '#ED8DEE'

red 237 ◦ green 141 ◦ blue 238

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

Shades of Violet #ED8DEE

Tints of Violet #ED8DEE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 22.89%

 BLUE value IS 238 (93.36% from 255) = 38.64%

R = 38.47%
G = 22.89%
B = 38.64%

CMYK

 C value IS 0.00

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ED8DEE (or 0xED8DEE) is known color: Violet. HEX triplet: ED, 8D and EE. RGB value is (237,141,238). Sum of RGB (Red+Green+Blue) = 237+141+238=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 141 (55.47% from 255 or 22.89% from 616); Blue value is 238 (93.36% from 255 or 38.64% from 616); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED8DEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8DEE is #127211. Grayscale: #B4B4B4. Windows color (decimal): -1208850 or 15633901. OLE color: 15633901.

HSL color Cylindrical-coordinate representation of color #ED8DEE: hue angle of 299.38º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ED8DEE is Cyan = 0.00, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 141 238 -
CMYK 0.00 0.41 0 0.07
HSL 299.38º 0.74% 0.74% -
HSV(B) 299.38º 0.41% 0.93% -
XYZ 59.88 43.23 86.08 -
YUV 180.76 160.3 168.11 -
System Red Green Blue C M Y K H S L
Decimal 237 141 238 0.00 0.41 0 0.07 299.38 0.74 0.74
Hex ED 8D EE 0 29 0 7 12B 4A 4A
Octal 355 215 356 0 51 0 7 453 112 112
Binary 11101101 10001101 11101110 0 101001 0 111 100101011 1001010 1001010

Color Harmonies of #ED8DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8DEE

Black with #ED8DEE

Text Example


Text Example

White with #ED8DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8DEE; }

 p { color: rgb(237,141,238); }

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

background-color css

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

 a { background-color: rgb(237,141,238); }

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

border-color css

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

 span { border-color: rgb(237,141,238); }

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