Html Css Color HEX #ED7CE7 Violet

📋 copy color: '#ED7CE7'

red 237 ◦ green 124 ◦ blue 231

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

Shades of Violet #ED7CE7

Tints of Violet #ED7CE7

RGB

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

 GREEN value IS 124 (48.83% from 255) = 20.95%

 BLUE value IS 231 (90.63% from 255) = 39.02%

R = 40.03%
G = 20.95%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#ED7CE7 (or 0xED7CE7) is known color: Violet. HEX triplet: ED, 7C and E7. RGB value is (237,124,231). Sum of RGB (Red+Green+Blue) = 237+124+231=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 124 (48.83% from 255 or 20.95% from 592); Blue value is 231 (90.62% from 255 or 39.02% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7CE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7CE7 is #128318. Grayscale: #A9A9A9. Windows color (decimal): -1213209 or 15170797. OLE color: 15170797.

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

Color convert

RGB 237 124 231 -
CMYK 0 0.48 0.03 0.07
HSL 303.19º 0.76% 0.71% -
HSV(B) 303.19º 0.48% 0.93% -
XYZ 56.56 38.19 79.99 -
YUV 169.99 162.44 175.8 -
System Red Green Blue C M Y K H S L
Decimal 237 124 231 0 0.48 0.03 0.07 303.19 0.76 0.71
Hex ED 7C E7 0 30 3 7 12F 4C 47
Octal 355 174 347 0 60 3 7 457 114 107
Binary 11101101 1111100 11100111 0 110000 11 111 100101111 1001100 1000111

Color Harmonies of #ED7CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7CE7

Black with #ED7CE7

Text Example


Text Example

White with #ED7CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7CE7; }

 p { color: rgb(237,124,231); }

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

background-color css

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

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

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

border-color css

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

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

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