Html Css Color HEX #ED7EEC Violet

📋 copy color: '#ED7EEC'

red 237 ◦ green 126 ◦ blue 236

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

Shades of Violet #ED7EEC

Tints of Violet #ED7EEC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.04%

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

R = 39.57%
G = 21.04%
B = 39.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#ED7EEC (or 0xED7EEC) is known color: Violet. HEX triplet: ED, 7E and EC. RGB value is (237,126,236). Sum of RGB (Red+Green+Blue) = 237+126+236=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 126 (49.61% from 255 or 21.04% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7EEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7EEC is #128113. Grayscale: #ABABAB. Windows color (decimal): -1212692 or 15498989. OLE color: 15498989.

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

Color convert

RGB 237 126 236 -
CMYK 0 0.47 0.00 0.07
HSL 300.54º 0.76% 0.71% -
HSV(B) 300.54º 0.47% 0.93% -
XYZ 57.53 38.98 83.85 -
YUV 171.73 164.27 174.56 -
System Red Green Blue C M Y K H S L
Decimal 237 126 236 0 0.47 0.00 0.07 300.54 0.76 0.71
Hex ED 7E EC 0 2F 0 7 12D 4C 47
Octal 355 176 354 0 57 0 7 455 114 107
Binary 11101101 1111110 11101100 0 101111 0 111 100101101 1001100 1000111

Color Harmonies of #ED7EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7EEC

Black with #ED7EEC

Text Example


Text Example

White with #ED7EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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