Html Css Color HEX #ED8CED Violet

📋 copy color: '#ED8CED'

red 237 ◦ green 140 ◦ blue 237

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

Shades of Violet #ED8CED

Tints of Violet #ED8CED

RGB

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

 GREEN value IS 140 (55.08% from 255) = 22.8%

 BLUE value IS 237 (92.97% from 255) = 38.6%

R = 38.6%
G = 22.8%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ED8CED (or 0xED8CED) is known color: Violet. HEX triplet: ED, 8C and ED. RGB value is (237,140,237). Sum of RGB (Red+Green+Blue) = 237+140+237=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 140 (55.08% from 255 or 22.80% from 614); Blue value is 237 (92.97% from 255 or 38.60% from 614); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #ED8CED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8CED is #127312. Grayscale: #B3B3B3. Windows color (decimal): -1209107 or 15568109. OLE color: 15568109.

HSL color Cylindrical-coordinate representation of color #ED8CED: hue angle of 300º degrees, saturation: 0.73, 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 #ED8CED is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 140 237 -
CMYK 0 0.41 0 0.07
HSL 300º 0.73% 0.74% -
HSV(B) 300º 0.41% 0.93% -
XYZ 59.59 42.88 85.26 -
YUV 180.06 160.14 168.61 -
System Red Green Blue C M Y K H S L
Decimal 237 140 237 0 0.41 0 0.07 300 0.73 0.74
Hex ED 8C ED 0 29 0 7 12C 49 4A
Octal 355 214 355 0 51 0 7 454 111 112
Binary 11101101 10001100 11101101 0 101001 0 111 100101100 1001001 1001010

Color Harmonies of #ED8CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8CED

Black with #ED8CED

Text Example


Text Example

White with #ED8CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8CED; }

 p { color: rgb(237,140,237); }

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

background-color css

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

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

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

border-color css

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

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

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