Html Css Color HEX #ED8CEC Violet

📋 copy color: '#ED8CEC'

red 237 ◦ green 140 ◦ blue 236

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

Shades of Violet #ED8CEC

Tints of Violet #ED8CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.5%

R = 38.66%
G = 22.84%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#ED8CEC (or 0xED8CEC) is known color: Violet. HEX triplet: ED, 8C and EC. RGB value is (237,140,236). Sum of RGB (Red+Green+Blue) = 237+140+236=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 140 (55.08% from 255 or 22.84% from 613); Blue value is 236 (92.58% from 255 or 38.50% from 613); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8CEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8CEC is #127313. Grayscale: #B3B3B3. Windows color (decimal): -1209108 or 15502573. OLE color: 15502573.

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

Color convert

RGB 237 140 236 -
CMYK 0 0.41 0.00 0.07
HSL 300.62º 0.73% 0.74% -
HSV(B) 300.62º 0.41% 0.93% -
XYZ 59.44 42.82 84.49 -
YUV 179.95 159.64 168.69 -
System Red Green Blue C M Y K H S L
Decimal 237 140 236 0 0.41 0.00 0.07 300.62 0.73 0.74
Hex ED 8C EC 0 29 0 7 12D 49 4A
Octal 355 214 354 0 51 0 7 455 111 112
Binary 11101101 10001100 11101100 0 101001 0 111 100101101 1001001 1001010

Color Harmonies of #ED8CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8CEC

Black with #ED8CEC

Text Example


Text Example

White with #ED8CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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